aboutsummaryrefslogtreecommitdiffstats
path: root/main/redmine/database.yml.patch
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.patch
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.patch')
-rw-r--r--main/redmine/database.yml.patch70
1 files changed, 70 insertions, 0 deletions
diff --git a/main/redmine/database.yml.patch b/main/redmine/database.yml.patch
new file mode 100644
index 0000000000..400c4be7b6
--- /dev/null
+++ b/main/redmine/database.yml.patch
@@ -0,0 +1,70 @@
+--- ./config/database.yml.example.orig
++++ ./config/database.yml.example
+@@ -2,32 +2,32 @@
+ # Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end.
+ # Line indentation must be 2 spaces (no tabs).
+
+-production:
+- adapter: mysql2
+- database: redmine
+- host: localhost
+- username: root
+- password: ""
+- encoding: utf8
++#production:
++# adapter: mysql2
++# database: redmine
++# host: localhost
++# username: root
++# password: ""
++# encoding: utf8
++#
++#development:
++# adapter: mysql2
++# database: redmine_development
++# host: localhost
++# username: root
++# password: ""
++# encoding: utf8
+
+-development:
+- adapter: mysql2
+- database: redmine_development
+- host: localhost
+- username: root
+- password: ""
+- encoding: utf8
+-
+ # Warning: The database defined as "test" will be erased and
+ # re-generated from your development database when you run "rake".
+ # Do not set this db to the same as development or production.
+-test:
+- adapter: mysql2
+- database: redmine_test
+- host: localhost
+- username: root
+- password: ""
+- encoding: utf8
++#test:
++# adapter: mysql2
++# database: redmine_test
++# host: localhost
++# username: root
++# password: ""
++# encoding: utf8
+
+ # PostgreSQL configuration example
+ #production:
+@@ -38,9 +38,9 @@
+ # password: "postgres"
+
+ # SQLite3 configuration example
+-#production:
+-# adapter: sqlite3
+-# database: db/redmine.sqlite3
++production:
++ adapter: sqlite3
++ database: /var/lib/redmine/db.sqlite3
+
+ # SQL Server configuration example
+ #production: