forked from AkkomaGang/akkoma
Merge branch 'prod.exs' into 'develop'
Correct prod.exs See merge request pleroma/pleroma!47
This commit is contained in:
commit
baf66caefd
1 changed files with 6 additions and 3 deletions
|
@ -14,9 +14,12 @@
|
||||||
# manifest is generated by the mix phoenix.digest task
|
# manifest is generated by the mix phoenix.digest task
|
||||||
# which you typically run after static files are built.
|
# which you typically run after static files are built.
|
||||||
config :pleroma, Pleroma.Web.Endpoint,
|
config :pleroma, Pleroma.Web.Endpoint,
|
||||||
on_init: {Pleroma.Web.Endpoint, :load_from_system_env, []},
|
http: [port: 4000],
|
||||||
url: [host: "example.com", port: 80],
|
protocol: "http",
|
||||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
debug_errors: true,
|
||||||
|
code_reloader: true,
|
||||||
|
check_origin: false,
|
||||||
|
watchers: []
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
config :logger, level: :info
|
config :logger, level: :info
|
||||||
|
|
Loading…
Reference in a new issue