forked from hashgraph/hedera-mirror-node-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
31 lines (22 loc) · 1.15 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
### The name of the product as shown in the footer tagline
VUE_APP_PRODUCT_NAME="Hedera Mirror Node Explorer"
### The prefix used in the document title
# VUE_APP_DOCUMENT_TITLE_SUFFIX="<suffix>"
### The content of meta tag: name="description"
# VUE_APP_META_DESCRIPTION="<description>"
### The content of meta tag: property="og:url"
# VUE_APP_META_URL="<URL of product>"
### The URL to which a click on the bottom-right sponsor logo will navigate
# VUE_APP_SPONSOR_URL="<URL of sponsor>"
### The URL of the 'Terms of Use' page
# VUE_APP_TERMS_OF_USE_URL="<URL>"
### The HTML content of the disclaimer notice displayed on the Rewards Estimator
# VUE_APP_ESTIMATOR_NOTICE='<HTML content>'
### The HTML content of the disclaimer popup dialog displayed by the Wallet Chooser
# VUE_APP_WALLET_CHOOSER_DISCLAIMER_POPUP='<HTML content>'
### When set to 'true', this variable will enable the 'Staking' page
VUE_APP_ENABLE_STAKING=true
### When set, these variables will cause the insertion of a custom menu item
### in the network selector pull-down menu of the TopNavBar
# VUE_APP_LOCAL_MIRROR_NODE_MENU_NAME=LOCALNET
# VUE_APP_LOCAL_MIRROR_NODE_URL='http://localhost:5551/'