Skip to content

Instantly share code, notes, and snippets.

@dpaola2
Created August 25, 2010 16:09
Show Gist options
  • Save dpaola2/549781 to your computer and use it in GitHub Desktop.
Save dpaola2/549781 to your computer and use it in GitHub Desktop.
STAGE = 'stage.example.com'
PRODUCTION = 'www.example.com'
HOSTS = {
'stage':STAGE,
'production':PRODUCTION
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment