mirror of
https://github.com/symfony/recipes.git
synced 2026-09-21 03:56:24 +03:00
Fix TRUSTED_HOSTS regexp example
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
"APP_ENV": "dev",
|
"APP_ENV": "dev",
|
||||||
"APP_SECRET": "%generate(secret)%",
|
"APP_SECRET": "%generate(secret)%",
|
||||||
"#TRUSTED_PROXIES": "127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16",
|
"#TRUSTED_PROXIES": "127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16",
|
||||||
"#TRUSTED_HOSTS": "'^localhost|example\\.com$'"
|
"#TRUSTED_HOSTS": "'^localhost$|^example\\.com$'"
|
||||||
},
|
},
|
||||||
"gitignore": [
|
"gitignore": [
|
||||||
"/.env.local",
|
"/.env.local",
|
||||||
|
|||||||
Reference in New Issue
Block a user