File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
"code-coverage" : " npm run delete-coverage && npm run coverage-report" ,
17
17
"build-prod" : " ng build --prod" ,
18
18
"test-prod" : " ng test --watch=false" ,
19
- "firebase-deploy" : " firebase deploy"
19
+ "firebase-deploy" : " firebase deploy" ,
20
+ "environment-variables" : " python scripts/environment_variables.py $OPEN_WEATHER_MAP_API_KEY"
20
21
},
21
22
"private" : true ,
22
23
"dependencies" : {
Original file line number Diff line number Diff line change 1
1
export const environment = {
2
2
production : true ,
3
- openWeatherMapAPIKey : 'goose ' ,
3
+ openWeatherMapAPIKey : 'open_weather_map_api_key ' ,
4
4
noaaMetaDataEndpoint : 'https://api.weather.gov/points/'
5
5
} ;
Original file line number Diff line number Diff line change 4
4
5
5
export const environment = {
6
6
production : false ,
7
- openWeatherMapAPIKey : 'goose ' ,
7
+ openWeatherMapAPIKey : 'open_weather_map_api_key ' ,
8
8
noaaMetaDataEndpoint : 'https://api.weather.gov/points/'
9
9
} ;
10
10
You can’t perform that action at this time.
0 commit comments