mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 15:46:37 +03:00
28 lines
828 B
JSON
28 lines
828 B
JSON
{
|
|
"manifests": {
|
|
"symfony/lock": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Choose one of the stores below",
|
|
"#2": "postgresql+advisory://db_user:db_password@localhost/db_name",
|
|
"LOCK_DSN": "semaphore"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/lock.yaml": {
|
|
"contents": [
|
|
"framework:",
|
|
" lock: '%env(LOCK_DSN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "a1c8800e40ae735206bb14586fdd6c4630a51b8d"
|
|
}
|
|
}
|
|
}
|