mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 18:16:34 +03:00
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"aliases": ["webapp"],
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MESSENGER_TRANSPORT_DSN": "doctrine://default?auto_setup=0"
|
|
}
|
|
}
|