feat: add staff permissions to env file

This commit is contained in:
Miguel Nogueira 2022-08-23 05:00:21 +01:00
parent 9c7cd86d90
commit d58ea51de1
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -58,6 +58,13 @@ DISCORD_HOME_GUILD=
DISCORD_STAFF_GUILD= DISCORD_STAFF_GUILD=
DISCORD_BASE_URL="https://discord.com/api/v9" DISCORD_BASE_URL="https://discord.com/api/v9"
# Defines the basic set of server staff permissions that members should get in each server
# Add your staff role IDs here in a comma-delimited list, like so: "ROLEID1, ROLEID2, ROLEID3" and so on
# Specific permissions can be optionally configured for each vacancy
# For instance, here you may configure role IDs for example role "Server staff", while in a specific vacancy, you may configure example role "Mod"
DISCORD_STAFF_GUILD_ROLES=
DISCORD_HOME_GUILD_ROLES=
ARCANEDEV_LOGVIEWER_MIDDLEWARE=web,auth,can:admin.maintenance.logs.view ARCANEDEV_LOGVIEWER_MIDDLEWARE=web,auth,can:admin.maintenance.logs.view
RELEASE=0.8.0 RELEASE=0.8.0