mirror of
https://codeberg.org/JasterV/intisync.ex.git
synced 2026-04-26 18:10:07 +00:00
update prod
This commit is contained in:
parent
ad746932e6
commit
948e86cd6b
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import Config
|
|||
# before starting your production server.
|
||||
config :intisync, IntisyncWeb.Endpoint,
|
||||
force_ssl: [rewrite_on: [:x_forwarded_proto]],
|
||||
url: [host: "intisync.app", port: 80],
|
||||
url: [host: "intisync.gigalixirapp.com", port: 80],
|
||||
cache_static_manifest: "priv/static/cache_manifest.json"
|
||||
|
||||
# Do not print debug messages in production
|
||||
|
|
|
|||
Loading…
Reference in a new issue