Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@staylor
Created October 12, 2018 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save staylor/8d42e8029a117f4329760e687bdb7d9a to your computer and use it in GitHub Desktop.
Save staylor/8d42e8029a117f4329760e687bdb7d9a to your computer and use it in GitHub Desktop.
{
"dev": {
"OPEN_WEATHER_MAP_API_KEY": "1254323hrgnr3y2h4thy42y5y24",
"SITE_URL": "http://localhost:8000"
},
"dev-static": {
"OPEN_WEATHER_MAP_API_KEY": "1254323hrgnr3y2h4thy42y5y24",
"SITE_URL": "http://localhost:9000"
},
"production": {
"OPEN_WEATHER_MAP_API_KEY": "ksjfwehghqhkwghkhkkqgkh",
"SITE_URL": "http://helloworld.com",
"GCP_PROJECT": "hello",
"UPLOAD_URL": "gs://helloworld.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment