diff --git a/flavours/classic/config/config.exs b/flavours/classic/config/config.exs index 451ac9c900..6e751cc562 100644 --- a/flavours/classic/config/config.exs +++ b/flavours/classic/config/config.exs @@ -48,11 +48,13 @@ config :bonfire, default_pagination_limit: 20, # very high limit for prod (so we can load nested threads) pagination_hard_max_limit: 500, - localisation_path: "priv/localisation", ap_base_path: System.get_env("AP_BASE_PATH", "/pub"), signing_salt: "this-will-be-overriden-by-a-secure-string-in-runtime.exs", encryption_salt: "this-will-be-overriden-by-a-secure-string-in-runtime.exs" +config :bonfire_common, + localisation_path: "priv/localisation" + endpoint_live_view = [ # the time of inactivity allowed in the LiveView before compressing its own memory and state. Defaults to 15000ms (15 seconds) # NOTE: see also `LV_TIMEOUT` and `LV_FULLSWEEP_AFTER` for the socket in the endpoint module