-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathlocalhost.env
More file actions
37 lines (31 loc) · 828 Bytes
/
localhost.env
File metadata and controls
37 lines (31 loc) · 828 Bytes
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
32
33
34
35
36
37
# Logger level
LOG_LEVEL=debug
# App kind: 'grill' | 'polkaverse'
APP_KIND=grill
# Connection kind:
# 'local' - For development in localhost infrastructure (local Substrate, IPFS, etc.)
# 'dev' - For development in betanet/mainnet infrastructure.
# 'main' - If running this web app on a production server.
CONNECTION_KIND=local
# Id for Google Analytics
# GA_ID=
# ENABLE_MAINTENANCE_PAGE=true
# MAINTENANCE_TEXT=''
# SUBSTRATE_URL=
# SUBSTRATE_RPC_URL=
# OFFCHAIN_URL=
# OFFCHAIN_WS=
# GRAPHQL_URL=
# IPFS_NODE_URL=
# UI settings overwrite
# ENABLE_SEARCH=true
# ENABLE_FEED=true
# ENABLE_NOTIFICATIONS=true
# ENABLE_ACTIVITY=true
# ENABLE_SESSION_KEY=true
# ENABLE_EMAIL_SETTINGS=true
# ENABLE_FAUCET=true
# ENABLE_DOWNVOTES=true
# ENABLE_GRAPHQL=true
# ENABLE_CONTRIBUTION_PAGE=true
# ENABLE_ONCHAIN_ACTIVITIES=true