fix(aurora): updated config to have addrole_roles instead of blacklist_roles
This commit is contained in:
parent
fb9ee7381d
commit
656823611c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def register_config(config_obj: Config):
|
||||||
history_pagesize = 5,
|
history_pagesize = 5,
|
||||||
history_inline_pagesize = 6,
|
history_inline_pagesize = 6,
|
||||||
auto_evidenceformat = False,
|
auto_evidenceformat = False,
|
||||||
blacklist_roles = []
|
addrole_roles = []
|
||||||
)
|
)
|
||||||
config_obj.register_user(
|
config_obj.register_user(
|
||||||
history_ephemeral = None,
|
history_ephemeral = None,
|
||||||
|
|
Loading…
Reference in a new issue