Skip to content

Commit

Permalink
Merge pull request #668 from abraham/default-keys
Browse files Browse the repository at this point in the history
Set default web API keys
  • Loading branch information
abraham authored Sep 26, 2019
2 parents 64fdd64 + 235bcf5 commit e63fa68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"analytics": "UA-43643469-8",
"prefix": "/",
"firebase": {
"appId": "",
"appId": "1:1083195713896:web:9aed8296d8d642cb",
"apiKey": "AIzaSyBu9LI-hY4NfUOPJJKuV3BfQm7edLr2-aE",
"authDomain": "hoverboard-dev.firebaseapp.com",
"databaseURL": "https://hoverboard-dev.firebaseio.com",
"projectId": "hoverboard-dev",
"storageBucket": "hoverboard-dev.appspot.com",
"messagingSenderId": "1083195713896"
},
"googleMapApiKey": ""
"googleMapApiKey": "AIzaSyBu9LI-hY4NfUOPJJKuV3BfQm7edLr2-aE"
}
4 changes: 2 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"analytics": "UA-43643469-9",
"prefix": "/",
"firebase": {
"appId": "",
"appId": "1:516409946568:web:ad5a56d452fc421c",
"apiKey": "AIzaSyCaSkhtHekxAqXXzzbuNs2s6CpGdhZdta8",
"authDomain": "hoverboard-master.firebaseapp.com",
"databaseURL": "https://hoverboard-master.firebaseio.com",
"projectId": "hoverboard-master",
"storageBucket": "hoverboard-master.appspot.com",
"messagingSenderId": "516409946568"
},
"googleMapApiKey": ""
"googleMapApiKey": "AIzaSyCaSkhtHekxAqXXzzbuNs2s6CpGdhZdta8"
}

0 comments on commit e63fa68

Please sign in to comment.