1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00

add environmentVariables feature to constants

This commit is contained in:
Peter Clement 2023-01-26 15:34:03 +00:00
parent debef20af5
commit 9175cab4ca

View file

@ -114,6 +114,7 @@ export const ApiVersion = "1"
export const Features = { export const Features = {
USER_GROUPS: "userGroups", USER_GROUPS: "userGroups",
BACKUPS: "appBackups", BACKUPS: "appBackups",
ENVIRONMENT_VARIABLES: "environmentVariables",
} }
// Role IDs // Role IDs