mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
update prod config
This commit is contained in:
parent
68834cbcb2
commit
539755afbf
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,10 @@ import Config
|
|||
# manifest is generated by the `mix assets.deploy` task,
|
||||
# which you should run after static files are built and
|
||||
# before starting your production server.
|
||||
config :intisync, IntisyncWeb.Endpoint, cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
config :intisync, IntisyncWeb.Endpoint,
|
||||
force_ssl: [rewrite_on: [:x_forwarded_proto]],
|
||||
url: [host: "intisync.app", port: 80],
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
|
|
|
|||
Loading…
Reference in a new issue