Skip to content

Commit a00680b

Browse files
committed
Allow requests through wfloat.com
1 parent bbb48da commit a00680b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config/prod.exs

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ config :logger, level: :info
1818

1919
# Runtime production configuration, including reading
2020
# of environment variables, is done on config/runtime.exs.
21+
config :wfloat, WfloatWeb.Endpoint,
22+
check_origin: ["https://wfloat.com"]

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
- PORT=${PORT}
2222
# - SSL_KEY_PATH=${SSL_KEY_PATH}
2323
# - SSL_CERT_PATH=${SSL_CERT_PATH}
24-
# - PHX_HOST=${PHX_HOST}
24+
- PHX_HOST=${PHX_HOST}
2525
ports:
2626
- 4001:4001
2727
network_mode: host

0 commit comments

Comments
 (0)