feat(env): add CRAWLER_SERVICE_TOKEN for crawler service login bypass
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user