From 8ceb94081ac516ccaed43f0f4841725a4f9fe2db Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 25 May 2012 16:38:23 +0300 Subject: [Travis] try run both db --- config/database.yml.mysql | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 config/database.yml.mysql (limited to 'config/database.yml.mysql') diff --git a/config/database.yml.mysql b/config/database.yml.mysql new file mode 100644 index 00000000000..0547d4ac8fa --- /dev/null +++ b/config/database.yml.mysql @@ -0,0 +1,32 @@ +development: + adapter: mysql2 + encoding: utf8 + reconnect: false + database: gitlabhq_development + pool: 5 + username: root + password: "secure password" + # socket: /tmp/mysql.sock + +# 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 + encoding: utf8 + reconnect: false + database: gitlabhq_test + pool: 5 + username: root + password: + # socket: /tmp/mysql.sock + +production: + adapter: mysql2 + encoding: utf8 + reconnect: false + database: gitlabhq_production + pool: 5 + username: root + password: "secure password" + # socket: /tmp/mysql.sock -- cgit v1.2.3