-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
48 lines (36 loc) · 888 Bytes
/
.env.example
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
APP_VERSION=development
LOG_LEVEL=info
# secretkey or mnemonic
KEY_MODE=secretkey
# comma separated list of unsigned integers, no spaces, no brackets
SECRET_KEY=
# SECRET Seed Phrase for bot's wallet
MNEMONIC=...
# Wallet slot in derivation path
WALLET_ID=0
# Public addresses of the bot for receiving ATLAS
BOT_ADDRESS_1=...
BOT_ADDRESS_2=...
BOT_OWNER=...
RPC_ENDPOINT="https://solana-api.projectserum.com"
SENTRY_DSN=...
# Mint and Market Addresses of relevant accounts
AMMO_MINT=...
TOOL_MINT=...
FUEL_MINT=...
FOOD_MINT=...
ATLAS_MINT=...
MARKET_ADDRESS=...
FLEET_ADDRESS=...
DATABASE_LOGGING=error,schema,warn,info,log
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_USER=postgres
DATABASE_PASSWORD=...
DATABASE_NAME=postgres
# Cron Syntax
REFILL_INTERVAL='0 * * * *'
RESOURCE_INTERVAL='0 * * * *'
BOOKKEEPER_INTERVAL='0 * * * *'
TELEGRAM_TOKEN=...
QUICKSTART=false