Skip to content

Commit

Permalink
Update env var file
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthBei committed Jul 27, 2023
1 parent 845f698 commit b43bca7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.local.exmaple
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VUE_APP_GOOGLE_MAP_API_KEY=
VUE_APP_FIREBASE_API_KEY=
VUE_APP_FIREBASE_AUTH_DOMAIN=
VUE_APP_FIREBASE_PROJECT_ID=
VUE_APP_FIREBASE_STORAGE_BUCKET=
VUE_APP_FIREBASE_MESSAGING_SENDER_ID=
VUE_APP_FIREBASE_APP_ID=
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,21 @@ https://github.com/NorthBei/2021-new-taipei-city-culture-festival/assets/1566570
|npm| v9.5.1|
|Vue| Vue2 & Vuex |

### Environment Variables

Rename the `.env.local.example` to `.env.local`, and get the env var from Google Map API / Firebase service

|Service|Env var|
|-|-|
|Google Map|VUE_APP_GOOGLE_MAP_API_KEY|
|Firebase|VUE_APP_FIREBASE_API_KEY|
|Firebase|VUE_APP_FIREBASE_AUTH_DOMAIN|
|Firebase|VUE_APP_FIREBASE_PROJECT_ID|
|Firebase|VUE_APP_FIREBASE_STORAGE_BUCKET|
|Firebase|VUE_APP_FIREBASE_MESSAGING_SENDER_ID|
|Firebase|VUE_APP_FIREBASE_APP_ID|


### Getting Started


Expand Down

0 comments on commit b43bca7

Please sign in to comment.