BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
19 deletions
+5
-19
database.yml.example
config/database.yml.example
+2
-6
database.yml.mysql
config/database.yml.mysql
+2
-6
database.yml.sqlite
config/database.yml.sqlite
+1
-7
No files found.
config/database.yml.example
View file @
a030e4b6
...
...
@@ -9,12 +9,11 @@ production:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
#
# Development specific
#
# Development specific
#
development:
adapter: mysql2
...
...
@@ -38,6 +37,3 @@ test: &test
username: root
password: "secure password"
# socket: /tmp/mysql.sock
cucumber:
<<: *test
config/database.yml.mysql
View file @
a030e4b6
...
...
@@ -9,12 +9,11 @@ production:
pool: 5
username: root
password: "secure password"
# host: localhost
# socket: /tmp/mysql.sock
#
# Development specific
#
# Development specific
#
development:
adapter: mysql2
...
...
@@ -38,6 +37,3 @@ test: &test
username: root
password:
# socket: /tmp/mysql.sock
cucumber:
<<: *test
config/database.yml.sqlite
View file @
a030e4b6
...
...
@@ -12,11 +12,8 @@ production:
pool: 5
timeout: 5000
#
# Development specific
#
#
# Development specific
#
development:
adapter: sqlite3
...
...
@@ -32,6 +29,3 @@ test: &test
database: db/test.sqlite3
pool: 5
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