Squashed 'plugins/redmine_hourglass/' content from commit ec937a4
git-subtree-dir: plugins/redmine_hourglass git-subtree-split: ec937a4ed4717e358207dd3857fac248b9e625e9
This commit is contained in:
7
.github/data/mysql2_database.yml
vendored
Normal file
7
.github/data/mysql2_database.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
test:
|
||||
adapter: mysql2
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
database: redmine_test
|
||||
username: root
|
||||
password: redmine_hourglass
|
||||
7
.github/data/postgresql_database.yml
vendored
Normal file
7
.github/data/postgresql_database.yml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
test:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
port: 5432
|
||||
database: redmine_test
|
||||
username: redmine_hourglass
|
||||
password: redmine_hourglass
|
||||
3
.github/data/sqlite3_database.yml
vendored
Normal file
3
.github/data/sqlite3_database.yml
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
test:
|
||||
adapter: sqlite3
|
||||
database: db/redmine_test.sqlite3
|
||||
Reference in New Issue
Block a user