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.
1 parent 47849fd commit d9b972dCopy full SHA for d9b972d
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