Skip to content

Commit

Permalink
config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Nov 8, 2024
1 parent 483649e commit 5acf15a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flavours/classic/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5acf15a

Please sign in to comment.