mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Choose one of the stores below",
|
|
"#2": "LOCK_DSN=redis://localhost",
|
|
"LOCK_DSN": "flock"
|
|
}
|
|
}
|