Squashed 'plugins/redmine_hourglass/' content from commit ec937a4
git-subtree-dir: plugins/redmine_hourglass git-subtree-split: ec937a4ed4717e358207dd3857fac248b9e625e9
This commit is contained in:
16
.devcontainer/postgres/database.yml
Normal file
16
.devcontainer/postgres/database.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
development: &postgres
|
||||
adapter: postgresql
|
||||
encoding: utf8
|
||||
database: redmine
|
||||
username: postgres
|
||||
password: postgres
|
||||
host: postgres
|
||||
port: 5432
|
||||
|
||||
test:
|
||||
<<: *postgres
|
||||
database: redmine_test
|
||||
|
||||
production:
|
||||
<<: *postgres
|
||||
Reference in New Issue
Block a user