3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 04:25:01 +00:00

refactor: use .env STAFF instead of global config owners for global commands

This commit is contained in:
Dragory 2022-08-06 21:31:13 +03:00
parent 91f54424ed
commit f7fede47bd
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
14 changed files with 27 additions and 23 deletions

View file

@ -9,6 +9,9 @@ BOT_TOKEN=
DASHBOARD_URL=https://localhost:3300
API_URL=https://localhost:3300/api
# Comma-separated list of user IDs who should have access to the bot's global commands
STAFF=
# When using the Docker-based development environment, this is only used internally. The API will be available at localhost:DOCKER_DEV_WEB_PORT/api.
API_PORT=3000