feat: add DEFAULT_ALLOWED_SERVERS .env value
This commit is contained in:
parent
f7fede47bd
commit
4a5e8ded75
4 changed files with 20 additions and 1 deletions
|
@ -12,6 +12,9 @@ API_URL=https://localhost:3300/api
|
|||
# Comma-separated list of user IDs who should have access to the bot's global commands
|
||||
STAFF=
|
||||
|
||||
# A comma-separated list of server IDs that should be allowed by default
|
||||
DEFAULT_ALLOWED_SERVERS=
|
||||
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue