Skip to content

Instantly share code, notes, and snippets.

@jawngee
Created July 16, 2009 06:57
Show Gist options
  • Save jawngee/148279 to your computer and use it in GitHub Desktop.
Save jawngee/148279 to your computer and use it in GitHub Desktop.
environment: debug
version: 1234
debug:
uses:
- system.debug.debug
config_map:
db: db/debug
session: session/debug
twitter: twitter/debug
defines:
DEBUG : true
STATIC_SERVER: "http://cool-dev.s3.amazonaws.com/"
production:
config_map:
db : db/production
session : session/production
twitter: twitter/production
defines:
STATIC_SERVER: "http://cool.s3.amazonaws.com/"
staging:
config_map:
db : db/staging
session : session/production
defines:
STATIC_SERVER: "http://cool.s3.amazonaws.com/"
test:
config_map:
db: db/test
session : session/test
defines:
STATIC_SERVER: "http://cool-dev.s3.amazonaws.com/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment