We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47849fd + d9b972d commit 6cac412Copy full SHA for 6cac412
api/helm/api/values.yaml
@@ -16,7 +16,7 @@ php:
16
env: prod
17
debug: '0'
18
secret: ""
19
- corsAllowOrigin: "^https?://.*?\\.api-platform\\.com$"
+ corsAllowOrigin: "^https?://(.*?api-platform\\.com|localhost(?::[0-9]+)?)$"
20
trustedHosts: "^.*\\.api\\-platform\\.com$"
21
trustedProxies:
22
- 103.21.244.0/22
0 commit comments