Skip to content

Instantly share code, notes, and snippets.

@brandonburke
Created June 11, 2013 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brandonburke/5756609 to your computer and use it in GitHub Desktop.
Save brandonburke/5756609 to your computer and use it in GitHub Desktop.
development:
adapter: sqlite3
database: db/development.sqlite3
pool: 5
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
pool: 5
timeout: 5000
sqladatabase:
adapter: sqlanywhere
database: sqladatabase
server: sqlaserver
username: dba
password: sql
commlinks: TCPIP(IP=1.2.3.4)
connection_name: Rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment