aboutsummaryrefslogtreecommitdiffstats
path: root/community/redmine/database.yml.patch
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-03-18 16:31:36 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-03-18 16:31:36 +0100
commitea6a7e16ad7be1532875bd821e60857f33905d66 (patch)
tree4e4d7b4678911407c1f77cac8742cd95a671f578 /community/redmine/database.yml.patch
parent840ac4ae3b54497f6839ac673b060a055fc5acc8 (diff)
downloadaports-ea6a7e16ad7be1532875bd821e60857f33905d66.tar.bz2
aports-ea6a7e16ad7be1532875bd821e60857f33905d66.tar.xz
redmine: move with deps to community
Diffstat (limited to 'community/redmine/database.yml.patch')
-rw-r--r--community/redmine/database.yml.patch70
1 files changed, 70 insertions, 0 deletions
diff --git a/community/redmine/database.yml.patch b/community/redmine/database.yml.patch
new file mode 100644
index 0000000000..400c4be7b6
--- /dev/null
+++ b/community/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: