Created
October 12, 2018 19:52
-
-
Save staylor/8e6078ed8453b5014e44a3fb85d71763 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment