ezicom-pg
Below is the database username and password for public users. If you need one or more database for your own please go thru eZicom and grab any plan best for your need.
config/database.yml
default: &default
adapter: postgresql
encoding: unicode
pool: 5
timeout: 5000
username: ezicom-pg
password: df7oJGjcOmcatdez
database: vtual_production
host: /cloudsql/ezi-com:us-central1:ezicom-pg
development:
<<: *default
adapter: postgresql
encoding: unicode
pool: 5
timeout: 5000
username: ezicom-pg
password: df7oJGjcOmcatdez
database: vtual_production
host: /cloudsql/ezi-com:us-central1:ezicom-pg
# 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
adapter: postgresql
encoding: unicode
pool: 5
timeout: 5000
username: ezicom-pg
password: df7oJGjcOmcatdez
database: vtual_production
host: /cloudsql/ezi-com:us-central1:ezicom-pg
production:
adapter: postgresql
encoding: unicode
pool: 5
timeout: 5000
username: ezicom-pg
password: df7oJGjcOmcatdez
database: vtual_production
host: /cloudsql/ezi-com:us-central1:ezicom-pg