aboutsummaryrefslogtreecommitdiffstats
path: root/main/redmine/database.yml
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:18:11 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:57:51 +0000
commitff0bcf619294c673ad05f0434235bec55d2c1fbd (patch)
tree9bd7baa7a05ae81381e30c60258c7b54c8b3e88c /main/redmine/database.yml
parentb9917e50986b2c2d7366c61cf8c89c9ced04bacc (diff)
downloadaports-ff0bcf619294c673ad05f0434235bec55d2c1fbd.tar.bz2
aports-ff0bcf619294c673ad05f0434235bec55d2c1fbd.tar.xz
main/redmine: clean up default config
- use sqlite as default db for config - use the example configs from upstream - give www-data group write permissions
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
-