Skip to content

Instantly share code, notes, and snippets.

@irskep
Created October 15, 2012 19:47
Show Gist options
  • Save irskep/3894836 to your computer and use it in GitHub Desktop.
Save irskep/3894836 to your computer and use it in GitHub Desktop.
base:
's.*':
- services
'gw.*':
- gw
'realtime.*':
- realtime
'admin.*':
- admin
development:
's.devgl.com':
- services_local # not under version control
- services
'gw.devgl.com':
- gw_local # not under version control
- gw
'realtime.devgl.com':
- realtime
'admin.devgl.com':
- admin_local # not under version control
- admin
production:
's.graffitilabs.com':
- services_local # not under version control
- services
'gw.graffitilabs.com':
- gw_local # not under version control
- gw
'realtime.graffitilabs.com':
- realtime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment