Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .envSETUP copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
BOT_TOKEN=(your bot API here)
RESET_DB=(boolean: wipes data regarding the queue bot if needed - 'true' during testing to clear junk data, 'false' otherwise.)
BASE_ADMIN_ACCOUNT=(place the person that is to be the first admin of the bot. If your handle is @abc, type abc without the @.)

# Postgres access details
## named to allow remote deployment override
# see https://github.com/docker-library/docs/blob/master/postgres/README.md#environment-variables
POSTGRES_USER=postgres
POSTGRES_DB=postgres
POSTGRES_PASSWORD=postgres
PGHOST=localhost
PGPORT=5432