mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"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": "flock"
|
|
}
|
|
}
|