summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-07 12:43:25 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-07 12:43:25 -0800
commitdfc5adfc23cba5aebcd9da60c857c1cf51a1c7da (patch)
tree636dc42a76eea2eca1dc79586876ec538eb4f23b /config
parent12b4bb5946e6f43962a2161711e672facce1c1f4 (diff)
parentd8a239e4b1418b7681d8a1abad20264573c85f11 (diff)
downloadgitlab-ce-dfc5adfc23cba5aebcd9da60c857c1cf51a1c7da.tar.gz
Merge pull request #2188 from riyad/update-installation-docs
Update installation docs
Diffstat (limited to 'config')
-rw-r--r--config/database.yml.example39
1 files changed, 0 insertions, 39 deletions
diff --git a/config/database.yml.example b/config/database.yml.example
deleted file mode 100644
index c5a2b8d605b..00000000000
--- a/config/database.yml.example
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# PRODUCTION
-#
-production:
- adapter: mysql2
- encoding: utf8
- reconnect: false
- database: gitlabhq_production
- pool: 5
- username: root
- password: "secure password"
- # host: localhost
- # socket: /tmp/mysql.sock
-
-#
-# Development specific
-#
-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: &test
- adapter: mysql2
- encoding: utf8
- reconnect: false
- database: gitlabhq_test
- pool: 5
- username: root
- password: "secure password"
- # socket: /tmp/mysql.sock