Files
redmine/.devcontainer/postgres/database.yml
Roman Vaníček bbe840cd8b Squashed 'plugins/redmine_hourglass/' content from commit ec937a4
git-subtree-dir: plugins/redmine_hourglass
git-subtree-split: ec937a4ed4717e358207dd3857fac248b9e625e9
2023-03-23 12:49:36 +01:00

17 lines
232 B
YAML

development: &postgres
adapter: postgresql
encoding: utf8
database: redmine
username: postgres
password: postgres
host: postgres
port: 5432
test:
<<: *postgres
database: redmine_test
production:
<<: *postgres