Skip to content

Instantly share code, notes, and snippets.

@irjudson
Created August 12, 2009 20:04
Show Gist options
  • Save irjudson/166721 to your computer and use it in GitHub Desktop.
Save irjudson/166721 to your computer and use it in GitHub Desktop.
development: &defaults
:adapter: sqlite3
:database: db/yogo_development.db
test:
<<: *defaults
:database: db/yogo_test.db
production:
<<: *defaults
:database: db/yogo_production.db
#
# The old NeuroMorpho database
# This can be refreshed as long as the schema doesn't change
#
legacy:
:adapter: mysql
:database: NeuMO
:username: root
:host: localhost
# :password:
# Persevere 1.0 beta
# gem install persevere
# gem install dm-persevere-adapter
yogo:
:adapter: persevere
:host: localhost
:port: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment