bonfire-app/flavours/cooperation/config/bonfire_geolocate.exs

7 lines
145 B
Elixir
Raw Normal View History

2021-11-18 22:21:08 +00:00
import Config
config :bonfire_geolocate,
templates_path: "lib"
2022-01-15 19:18:25 +00:00
2022-09-12 04:34:14 +00:00
config :bonfire, :js_config, mapbox_api_key: System.get_env("MAPBOX_API_KEY")