Skip to content

Commit

Permalink
Fix ENV vars names
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcasals committed Jan 17, 2020
1 parent 1ef7925 commit c6ae148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/templates/app.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"description": "Username for a custom CensusAuthenticationHandler, if needed",
"required": false
},
"HERE_APP_ID": {
"GEOCODER_LOOKUP_APP_ID": {
"required": false
},
"HERE_APP_CODE": {
"GEOCODER_LOOKUP_APP_CODE": {
"required": false
},
"HEROKU_APP_NAME": {
Expand Down

0 comments on commit c6ae148

Please sign in to comment.