diff --git a/Pearlception/config/database.yml b/Pearlception/config/database.yml index eb86080..140a8da 100644 --- a/Pearlception/config/database.yml +++ b/Pearlception/config/database.yml @@ -14,9 +14,19 @@ default: &default encoding: utf8 pool: 5 username: root - password: + password: terps socket: /var/run/mysqld/mysqld.sock +stats: + adapter: mysql2 + encoding: utf8 + pool: 5 + username: ivauser + password: ivapassword + host: taylors.c02zesysnssi.us-west-2.rds.amazonaws.com + port: 3306 + database: taylors + development: <<: *default database: Pearlception_development