update prod config

This commit is contained in:
Victor Martinez 2024-03-30 03:04:03 +01:00
parent 68834cbcb2
commit 539755afbf

View file

@ -5,7 +5,10 @@ import Config
# manifest is generated by the `mix assets.deploy` task, # manifest is generated by the `mix assets.deploy` task,
# which you should run after static files are built and # which you should run after static files are built and
# before starting your production server. # 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 # Do not print debug messages in production
config :logger, level: :info config :logger, level: :info