Added instructions on exectution

pull/3/head
Kamal Curi 3 years ago
parent 5c6c064f32
commit c588d6eb6d

@ -69,9 +69,15 @@ LOGGING_CONFIG = {
},
}
## INSTRUCTIONS ON SETTING UP PERMISSIONS:
# Permissions are now granular, more than one distinct role
# can execute the commands, whatever roles are inside the
# comma-separated lists can execute their respective commands
# Commands with empty lists will grant execution privileges to everyone
PERMISSIONS = {
'dq' : ['O emissário', 'BotMan'],
'v' : ['Operador']
'dq' : ['BotMan'],
'v' : ['Operador', 'BotMan']
}
logger.dictConfig(LOGGING_CONFIG)

Loading…
Cancel
Save