forked from starryzone/starrybot-discord
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.template
26 lines (21 loc) · 1 KB
/
.env.template
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
# Bot Token for the Discord Application to run
DISCORD_TOKEN=set-discord-token
# Port to run the Discord Bot Server at
PORT=8080
# Where to validate a user's wallet
VALIDATOR=https://verify.starrybot.xyz
# RPC and LCD endpoints for checking tokens and delegations
COSMOS_NETWORKS='{ "juno": { "rpc": { "mainnet": "https://rpc-juno.itastakers.com", "testnet": "https://rpc.uni.juno.deuslabs.fi" }, "lcd": { "mainnet": "https://juno.stakesystems.io" } }, "stars": { "rpc": { "mainnet": "https://rpc.stargaze-apis.com", "testnet": "https://rpc.devnet.publicawesome.dev" }, "lcd": { "mainnet": "https://rest.stargaze-apis.com" } } }'
# /staking/delegators/stars18zl54ww7yhe88zesr0genfvc65q7ke4jjcmgf5/delegations
# Database connection variables
# DB_CONNECTIONNAME=
DB_HOSTIP=127.0.0.1
DB_HOSTPORT=5432
DB_NAME=starrybot_db
DB_USER=starrybot_db_user
DB_PASS=set-DB_PASS-env-var
DB_TABLENAME=starryfacts
DB_TABLENAME_MEMBERS=starry_members
DB_TABLENAME_ROLES=starry_roles
DB_TABLENAME_SYNC=sync
DB_TABLENAME_SYNC_LOGS=sync_logs