feat(env): add CRAWLER_SERVICE_TOKEN for crawler service login bypass

This commit is contained in:
hamed
2026-07-23 22:56:12 +03:30
parent 111c1d2981
commit e7c2c2f06e
3 changed files with 22 additions and 0 deletions
+4
View File
@@ -3,3 +3,7 @@
# APP_SECRET intentionally not committed here — set it in .env.local (git-ignored).
# .env.dev loads AFTER .env.local, so a value here would override the local one.
###< symfony/framework-bundle ###
# Crawler service login token lives in .env (CRAWLER_SERVICE_TOKEN=dev-crawler-secret-token).
# Do NOT set it here: .env.dev overrides .env, so an empty value would disable the
# dev bypass. Override only in .env.local if you need a different dev value.