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

7 lines
145 B
Elixir
Raw Normal View History

2021-04-08 18:19:52 +00:00
import Config
2020-12-12 15:02:37 +00:00
config :bonfire_geolocate,
2020-12-31 13:17:10 +00:00
templates_path: "lib"
2022-02-21 01:31:42 +00:00
2022-09-12 04:34:14 +00:00
config :bonfire, :js_config, mapbox_api_key: System.get_env("MAPBOX_API_KEY")