8 lines
189 B
Bash
8 lines
189 B
Bash
APP_ENV=prod
|
|
DEFAULT_LOCALE=en
|
|
###> symfony/lock ###
|
|
# Choose one of the stores below
|
|
# postgresql+advisory://db_user:db_password@localhost/db_name
|
|
LOCK_DSN=semaphore
|
|
###< symfony/lock ###
|