summarylogtreecommitdiffstats
path: root/default_db.patch
diff options
context:
space:
mode:
authorSlashbunny2013-08-06 18:10:20 -0400
committerSlashbunny2013-08-06 18:10:20 -0400
commit6885cf803eb8691aa94b37fe77d020dd179b2c12 (patch)
tree1ea0a38ee52ff8e577f37fe3b1795ac0caa32a95 /default_db.patch
downloadaur-6885cf803eb8691aa94b37fe77d020dd179b2c12.tar.gz
Adopted tracks, reworked the majority of the PKGBUILD
Diffstat (limited to 'default_db.patch')
-rw-r--r--default_db.patch37
1 files changed, 37 insertions, 0 deletions
diff --git a/default_db.patch b/default_db.patch
new file mode 100644
index 000000000000..f6472e7245d6
--- /dev/null
+++ b/default_db.patch
@@ -0,0 +1,37 @@
+--- config.dist/database.yml 2013-07-25 15:57:39.684841298 -0400
++++ config/database.yml 2013-07-25 15:58:07.195090938 -0400
+@@ -8,23 +8,23 @@
+ username: root
+ password:
+
+-production:
+- adapter: mysql2
+- database: tracks
++#production:
++# adapter: mysql2
++# database: tracks
+ # set this if you are storing utf8 in your mysql database to handle strings
+ # like "Réné".Not needed for sqlite. For PostgreSQL use encoding: unicode
+ # encoding: utf8
+- host: localhost
+- username: root
+- password:
++# host: localhost
++# username: root
++# password:
+
+ # The following is an example to configure Tracks to use sqlite
+
+-#production:
+-# adapter: sqlite3
+-# database: db/tracks-20-blank.sqlite3.db
+-# pool: 5
+-# timeout: 5000
++production:
++ adapter: sqlite3
++ database: db/tracks.sqlite3.db
++ pool: 5
++ timeout: 5000
+
+
+ # Warning: The database defined as "test" will be erased and