We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13029a commit 966af47Copy full SHA for 966af47
settings.yaml
@@ -5,7 +5,7 @@ server:
5
env_name: ${APP_ENV:prod}
6
port: ${PORT:8001}
7
cors:
8
- enabled: false
+ enabled: true
9
allow_origins: ["*"]
10
allow_methods: ["*"]
11
allow_headers: ["*"]
0 commit comments