1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

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

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