give brickbot a username

This commit is contained in:
wizzdom 2024-05-29 23:30:23 +01:00
parent 9a0b740dcd
commit 3c36b5a605

View file

@ -48,6 +48,7 @@ SMTP_SENDER={{ key "brickbot/smtp/sender" }}
API_USERNAME={{ key "brickbot/api/username" }} API_USERNAME={{ key "brickbot/api/username" }}
API_PASSWORD={{ key "brickbot/api/password" }} API_PASSWORD={{ key "brickbot/api/password" }}
VERIFIED_ROLE={{ key "brickbot/discord/verified_role" }} VERIFIED_ROLE={{ key "brickbot/discord/verified_role" }}
USER=brickbot
EOH EOH
} }
} }