Skip to content

Commit c3945d3

Browse files
committed
fix: disable check origin
1 parent e9f9fd1 commit c3945d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/runtime.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ if config_env() == :prod do
2929
ip: {0, 0, 0, 0, 0, 0, 0, 0},
3030
port: String.to_integer(System.get_env("PORT") || "4000")
3131
],
32+
check_origin: false,
3233
secret_key_base: secret_key_base
3334

3435
# ## Using releases

0 commit comments

Comments
 (0)