Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 1.92 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.92 KB

VoteBot

Build Status Codacy Badge Maintainability Test Coverage Bots for discord

Configuration

Environment Variables

(R) = Required

Key Description
BOT_ENVIRONMENT Bot environment. Can be development, staging or production.
BOT_VAULT_ADDRESS Address of the Vault instance.
(R) BOT_VAULT_TOKEN Vault access token.
BOT_SENTRY_DSN Sentry DSN.
(R) BOT_DISCORD_TOKEN Discord bot token.
HTTP_PORT Webserver port.

Vault keys

Key Description
sentry_dsn Sentry key for error logging.
(R) discord_token Discord bot token.