mirror of
https://github.com/status-im/status-bot.git
synced 2026-08-27 10:41:08 +00:00
16 lines
288 B
Bash
16 lines
288 B
Bash
# Status Backend connection
|
|
BOT__PASSWORD=
|
|
BOT__MNEMONIC_PHRASE=
|
|
BOT__COMPRESSED_KEY=
|
|
BOT__INFURA_TOKEN=
|
|
BOT__COINGECKO_API_KEY=
|
|
BOT__INIT_ACCOUNT=true
|
|
|
|
# Database config
|
|
DATABASE__DB=status-bot
|
|
DATABASE__USER=status
|
|
DATABASE__PASSWORD=ChangeMeIfYouCare
|
|
|
|
# API
|
|
#API__API_KEY=some-api-key
|