mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Add pomm bundle recipe
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user