From b7c4902e9e912826de8193372c7bbebc81a2d6c6 Mon Sep 17 00:00:00 2001 From: Sophie Date: Tue, 14 Jan 2025 21:50:20 +0800 Subject: [PATCH] newcommit --- .envSETUP copy | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .envSETUP copy diff --git a/.envSETUP copy b/.envSETUP copy new file mode 100644 index 0000000..0ac1ef5 --- /dev/null +++ b/.envSETUP copy @@ -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 \ No newline at end of file