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.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/redmine/database.yml b/main/redmine/database.yml
new file mode 100644
index 0000000000..eb934bf765
--- /dev/null
+++ b/main/redmine/database.yml
@@ -0,0 +1,10 @@
+# MySQL (default setup).
+
+production:
+ adapter: mysql
+ database: redmine
+ host: localhost
+ username: root
+ password:
+ encoding: utf8
+