aboutsummaryrefslogtreecommitdiffstats
path: root/main/redmine/database.yml
diff options
context:
space:
mode:
Diffstat (limited to 'main/redmine/database.yml')
-rw-r--r--main/redmine/database.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/redmine/database.yml b/main/redmine/database.yml
deleted file mode 100644
index 9e84da06cc..0000000000
--- a/main/redmine/database.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# MySQL (default setup).
-
-production:
- adapter: mysql2
- database: redmine
- host: localhost
- username: root
- password:
- encoding: utf8
-
-#production:
-# adapter: sqlite3
-# database: /var/lib/redmine/redmine.db
-