Skip to content

Instantly share code, notes, and snippets.

@jmoren
Created November 13, 2013 19:16
Show Gist options
  • Select an option

  • Save jmoren/7454672 to your computer and use it in GitHub Desktop.

Select an option

Save jmoren/7454672 to your computer and use it in GitHub Desktop.
ivr_test:
adapter: mysql
database:
username: root
password:
host: db.smrtouch.com
ivr_development:
adapter: jdbc
uri: jdbc:mysql://db.smrtouch.com/ivr_dev?user=root&password=
database: ivr_dev
username: root
password:
host: db.smrtouch.com
ivr_staging:
adapter: mysql
database: smrt_ivr_staging
username: ivr_stg
password:
host: db2-stg.smrttouch.com
ui_test:
adapter: mysql
database:
username: root
password:
host: db.smrtouch.com
ui_development:
adapter: mysql
database:
username: root
password:
host: db.smrtouch.com
ui_staging:
adapter: mysql
database: smrt_ivr_staging
username: ivr_stg
password:
host: db2-stg.smrttouch.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment