mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat: add tech support role configuration
This commit is contained in:
parent
cba0d1f35a
commit
6fb468afc4
3 changed files with 18 additions and 0 deletions
|
@ -14,3 +14,5 @@ export const rootUsers = list(env('ROOT_USERS'));
|
|||
export const allowedCallbackHosts = list(env('ALLOWED_CALLBACK_HOSTS'));
|
||||
export const importSharedKey = env('BOT_IMPORT_TOKEN');
|
||||
export const interactionsSharedKey = env('INTERACTIONS_SHARED_KEY');
|
||||
export const roleypolyServerID = env('RP_SERVER_ID');
|
||||
export const roleypolyHelperRoleIDs = list(env('RP_HELPER_ROLE_IDS'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue