Files
clinicpro/.env.dev
T

10 lines
491 B
Bash

###> symfony/framework-bundle ###
# 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.