Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a030e4b6
Commit
a030e4b6
authored
Sep 26, 2012
by
Nihad Abbasov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup database.yml files
parent
2088d2eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
19 deletions
+5
-19
config/database.yml.example
config/database.yml.example
+2
-6
config/database.yml.mysql
config/database.yml.mysql
+2
-6
config/database.yml.sqlite
config/database.yml.sqlite
+1
-7
No files found.
config/database.yml.example
View file @
a030e4b6
...
@@ -9,12 +9,11 @@ production:
...
@@ -9,12 +9,11 @@ production:
pool: 5
pool: 5
username: root
username: root
password: "secure password"
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
# socket: /tmp/mysql.sock
#
# Development specific
#
#
# Development specific
#
#
development:
development:
adapter: mysql2
adapter: mysql2
...
@@ -38,6 +37,3 @@ test: &test
...
@@ -38,6 +37,3 @@ test: &test
username: root
username: root
password: "secure password"
password: "secure password"
# socket: /tmp/mysql.sock
# socket: /tmp/mysql.sock
cucumber:
<<: *test
config/database.yml.mysql
View file @
a030e4b6
...
@@ -9,12 +9,11 @@ production:
...
@@ -9,12 +9,11 @@ production:
pool: 5
pool: 5
username: root
username: root
password: "secure password"
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
# socket: /tmp/mysql.sock
#
# Development specific
#
#
# Development specific
#
#
development:
development:
adapter: mysql2
adapter: mysql2
...
@@ -38,6 +37,3 @@ test: &test
...
@@ -38,6 +37,3 @@ test: &test
username: root
username: root
password:
password:
# socket: /tmp/mysql.sock
# socket: /tmp/mysql.sock
cucumber:
<<: *test
config/database.yml.sqlite
View file @
a030e4b6
...
@@ -12,11 +12,8 @@ production:
...
@@ -12,11 +12,8 @@ production:
pool: 5
pool: 5
timeout: 5000
timeout: 5000
#
# Development specific
#
#
#
# Development specific
#
#
development:
development:
adapter: sqlite3
adapter: sqlite3
...
@@ -32,6 +29,3 @@ test: &test
...
@@ -32,6 +29,3 @@ test: &test
database: db/test.sqlite3
database: db/test.sqlite3
pool: 5
pool: 5
timeout: 5000
timeout: 5000
cucumber:
<<: *test
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment