mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-30 04:36:39 +00:00
fix: ADMIN_GROUPS
This commit is contained in:
parent
deddabac37
commit
0b08332345
|
@ -31,7 +31,7 @@ from selfprivacy_api.repositories.users.abstract_user_repository import (
|
|||
REDIS_TOKEN_KEY = "kanidm:token"
|
||||
|
||||
KANIDM_URL = "https://127.0.0.1:3013"
|
||||
ADMIN_GROUPS = ["idm_admins"]
|
||||
ADMIN_GROUPS = ["idm_admins@bloodwine.cyou"]
|
||||
|
||||
redis = RedisPool().get_connection()
|
||||
|
||||
|
|
Loading…
Reference in a new issue