Skip to content

Commit

Permalink
build: update env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashcroft committed Apr 17, 2021
1 parent a859497 commit 7881fa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NOW_CLIENT_ID=
NOW_CLIENT_SECRET=
VUE_APP_SP_CLIENT_ID=
VUE_APP_SP_CLIENT_SECRET=
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ export default {
test: 'hello, world',
auth: {
status: false,
clientId: process.env.NOW_CLIENT_ID,
clientSecret: process.env.NOW_CLIENT_SECRET,
clientId: process.env.VUE_APP_SP_CLIENT_ID,
clientSecret: process.env.VUE_APP_SP_CLIENT_SECRET,
authCode: '',
accessToken: '',
refreshToken: ''
Expand Down

0 comments on commit 7881fa4

Please sign in to comment.