Skip to content

Commit

Permalink
new username for database
Browse files Browse the repository at this point in the history
  • Loading branch information
airled committed Apr 25, 2016
1 parent 15bf22b commit aa8dfcc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions config/database.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: mysql2
username: root
username: air
password:
host: 127.0.0.1
pool: 40
Expand All @@ -15,9 +9,6 @@ development:
<<: *default
database: railiner_development

# 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:
<<: *default
database: railiner_testing
Expand Down

0 comments on commit aa8dfcc

Please sign in to comment.