Skip to content

Commit 27f70e8

Browse files
committed
feature symfony#9 Add pomm bundle recipe (sanpii)
This PR was merged into the master branch. Discussion ---------- Add pomm bundle recipe https://github.com/pomm-project/pomm-bundle Commits ------- ecd2608 Add pomm bundle recipe
2 parents eec63dc + ecd2608 commit 27f70e8

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pomm:
2+
configuration:
3+
db:
4+
dsn: "%env(DATABASE_URL)%"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
_pomm:
2+
resource: "@PommBundle/Resources/config/routing.yml"
3+
prefix: /_pomm
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"bundles": {
3+
"PommProject\\PommBundle\\PommBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/"
7+
},
8+
"env": {
9+
"DATABASE_URL": "pgsql://user:pass@127.0.0.1:5432/my_db_name"
10+
}
11+
}

0 commit comments

Comments
 (0)