RUM: Set rum status by the environment.

This commit is contained in:
lain 2019-05-17 15:06:51 +02:00
parent 022e6e4b44
commit 8784a7d1b4
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@
config :pleroma, :http_security, report_uri: "https://endpoint.com"
rum_enabled = System.get_env("RUM_ENABLED") == "true"
config :pleroma, :database, rum_enabled: rum_enabled
IO.puts("RUM enabled: #{rum_enabled}")
try do
import_config "test.secret.exs"
rescue