Fix TRUSTED_HOSTS regexp example

This commit is contained in:
Guilliam Xavier
2020-01-29 17:45:58 +01:00
committed by GitHub
parent 7d12a7bf9e
commit f3d210946a
+1 -1
View File
@@ -15,7 +15,7 @@
"APP_ENV": "dev",
"APP_SECRET": "%generate(secret)%",
"#TRUSTED_PROXIES": "127.0.0.1,127.0.0.2",
"#TRUSTED_HOSTS": "'^localhost$|^example\\.com$'"
"#TRUSTED_HOSTS": "'^(localhost|example\\.com)$'"
},
"gitignore": [
"/.env.local",