mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
Update config for remote db
This commit is contained in:
parent
0dc095aa3f
commit
9bd32acc3d
@ -14,9 +14,19 @@ default: &default
|
|||||||
encoding: utf8
|
encoding: utf8
|
||||||
pool: 5
|
pool: 5
|
||||||
username: root
|
username: root
|
||||||
password:
|
password: terps
|
||||||
socket: /var/run/mysqld/mysqld.sock
|
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:
|
development:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: Pearlception_development
|
database: Pearlception_development
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user