Allow requesting dump of DB

This commit is contained in:
2025-02-07 21:15:32 -05:00
parent 05d8578a4e
commit c7d47dbecc
2 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,5 @@
export SLACK_BOT_TOKEN="xoxb-*"
export SLACK_APP_TOKEN="xapp-*"
export DB_NAME=""
export DB_DUMP_URL=""
export BACKDOOR_USERS="username,username2"