mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
298 B
JSON
14 lines
298 B
JSON
{
|
|
"bundles": {
|
|
"Atlas\\Symfony\\AtlasBundle": ["all"]
|
|
},
|
|
"copy-from-package": {
|
|
"Resources/config/atlas.yaml": "%CONFIG_DIR%/packages/atlas.yaml"
|
|
},
|
|
"env": {
|
|
"ATLAS_PDO_DSN": "",
|
|
"ATLAS_PDO_USERNAME": "",
|
|
"ATLAS_PDO_PASSWORD": ""
|
|
}
|
|
}
|