Skip to content

Commit

Permalink
added default value for appName
Browse files Browse the repository at this point in the history
  • Loading branch information
varsha766 committed Jul 19, 2022
1 parent d45acb9 commit 9dda540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
kommunicateAppId: process.env.VUE_APP_KOMMINICATE_APP_ID,
webpush_public_key: process.env.VUE_APP_WEBPUSH_VAPID_PUBLIC_KEY,
investor_sign_key: process.env.VUE_APP_INVESTOR_API_SECRET_KEY,
appName: process.env.VUE_APP_TITLE,
appName: process.env.VUE_APP_TITLE || 'Fyre',
eventActionType: {
INPUT_TEXT: "INPUT_TEXT",
INPUT_NUMBER: "INPUT_NUMBER",
Expand Down

0 comments on commit 9dda540

Please sign in to comment.