Skip to content

Commit

Permalink
Merge pull request #1477 from hypersign-protocol/configIssue
Browse files Browse the repository at this point in the history
added default value for appName
  • Loading branch information
Vishwas1 authored Jul 20, 2022
2 parents d45acb9 + 9dda540 commit 453b740
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 453b740

Please sign in to comment.