summaryrefslogtreecommitdiffstats
path: root/main/redmine/database.yml
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2011-06-21 10:56:55 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2011-06-21 10:56:55 +0000
commit489b6a5306f268d5c35466a82ef1184764d0f30d (patch)
treeb3c7753a61e1c472438ab4bb7161f41052ba31e3 /main/redmine/database.yml
parentaf4306109b58e890c58fe6a6bcb5c4b98c0f6164 (diff)
downloadaports-489b6a5306f268d5c35466a82ef1184764d0f30d.tar.bz2
aports-489b6a5306f268d5c35466a82ef1184764d0f30d.tar.xz
aports/main: move redmine and deps to main
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 000000000..eb934bf76
--- /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
+