-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
59 lines (47 loc) · 1.2 KB
/
.env.example
File metadata and controls
59 lines (47 loc) · 1.2 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Structs Network
NETWORK_VERSION=111b
NETWORK_CHAIN_ID=structstestnet-111
STRUCTSD_ARGUMENTS=--log_level info
# Guild Stack Config
WEBAPP_SOURCE=../structs-webapp/src
PROXY_HTTP_PORT=80
DIRECT_WEBAPP_HTTP_PORT=8080
DIRECT_POSTGRES_PORT=5432
WEBAPP_APP_ENV=dev
WEBAPP_APP_DEBUG=3
WEBAPP_APP_SECRET=<generate-a-strong-random-secret>
# Database Config
DATABASE_NAME=structs
AUTO_MIGRATE_SLEEP=120
SQITCH_PG_CONNECTION=postgres://structs@structs-pg:5432/structs
# Node Details
## A single string without spaces denoting the node identifier
MONIKER=
# Validation Details
GUILD_MNEMONIC=
VALIDATOR_INITIAL_STAKING_AMOUNT=50000000
VALIDATOR_IDENTITY=
VALIDATOR_COMMISSION_RATE=0.10
VALIDATOR_MAX_RATE=0.20
VALIDATOR_MAX_CHANGE_RATE=0.01
VALIDATOR_MIN_SELF_DELEGATION=1
# Guild Details
GUILD_ID=
GUILD_NAME=
GUILD_DESCRIPTION=
GUILD_TAG=
GUILD_LOGO=
GUILD_SOCIALS={"twitter":"","facebook":"","farcaster":""}
GUILD_WEBSITE=
GUILD_CONTACT=
## Denominations Power:Label
### 0=Smallest Value
### Ex... {"0": "penny", "3": "dollar"}
### {"0": "ualpha", "6": "alpha"}
### {"0": "uatom", "6": "atom"}
GUILD_DENOM={"0": "utoken", "6": "token"}
# Discord Details
DISCORD_CLIENT_ID=
DISCORD_TOKEN=
# MCP
MCP_DANGER=true