Add pomm bundle recipe

This commit is contained in:
Sanpi
2017-05-02 16:17:20 +02:00
parent b5f5292903
commit ecd260878f
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,4 @@
pomm:
configuration:
db:
dsn: "%env(DATABASE_URL)%"
@@ -0,0 +1,3 @@
_pomm:
resource: "@PommBundle/Resources/config/routing.yml"
prefix: /_pomm
@@ -0,0 +1,11 @@
{
"bundles": {
"PommProject\\PommBundle\\PommBundle": ["all"]
},
"copy-from-recipe": {
"etc/": "%ETC_DIR%/"
},
"env": {
"DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name"
}
}