mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
18 lines
395 B
JSON
18 lines
395 B
JSON
{
|
|
"bundles": {
|
|
"WouterJ\\EloquentBundle\\WouterJEloquentBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"DB_CONNECTION": "mysql",
|
|
"DB_HOST": "127.0.0.1",
|
|
"DB_PORT": "3306",
|
|
"DB_DATABASE": "symfony",
|
|
"DB_USERNAME": "root",
|
|
"DB_PASSWORD": ""
|
|
}
|
|
}
|