Skip to content

Instantly share code, notes, and snippets.

@lamp
Created February 17, 2010 12:36
Show Gist options
  • Save lamp/306562 to your computer and use it in GitHub Desktop.
Save lamp/306562 to your computer and use it in GitHub Desktop.
---
# This is a sample database file for the DataMapper ORM
development: &defaults
# These are the settings for repository :default
host: localhost
port: 5555
api_version: 1
consumer_key: test_consumer_key
consumer_secret: test_consumer_secret
test:
<<: *defaults
staging:
<<: *defaults
host: api.staging.videojuicer.com
port: 80
consumer_key: 6mPECWrir1i9NrG
consumer_secret: aPSXdOXGdNDdpUFoVLoQQyaryzXtKdV7DpOx6fsA
production:
<<: *defaults
host: api.videojuicer.com
port: 80
consumer_key: xCzOt6QYhXAgaAp
consumer_secret: E4jb4tqaEpJQWZXn8LqVqiqFMcdYvtbNKYjuzPBW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment