forked from potsda.mn/mobilizon
Set initial analytics configuration
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3f538ccf95
commit
bcf936d103
|
@ -345,6 +345,8 @@ config :mobilizon, :exports,
|
||||||
Mobilizon.Service.Export.Participants.CSV
|
Mobilizon.Service.Export.Participants.CSV
|
||||||
]
|
]
|
||||||
|
|
||||||
|
config :mobilizon, :analytics, providers: []
|
||||||
|
|
||||||
# Import environment specific config. This must remain at the bottom
|
# Import environment specific config. This must remain at the bottom
|
||||||
# of this file so it overrides the configuration defined above.
|
# of this file so it overrides the configuration defined above.
|
||||||
import_config "#{config_env()}.exs"
|
import_config "#{config_env()}.exs"
|
||||||
|
|
Loading…
Reference in a new issue