From 9bd32acc3dccaaca35f38a094f7ce7e37e3f53c5 Mon Sep 17 00:00:00 2001 From: Cole A Date: Tue, 3 Jan 2017 17:03:05 -0500 Subject: [PATCH] Update config for remote db --- Pearlception/config/database.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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