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