mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-04-19 16:01:14 +00:00
fix E2E_POLICY_WHITELIST
This commit is contained in:
parent
4bd283bab0
commit
26ddf9b8b6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ services:
|
|||
- "5281:5281"
|
||||
environment:
|
||||
DOMAIN: example.com
|
||||
E2E_POLICY_WHITELIST: "alice@example.com, bob@example.com"
|
||||
E2E_POLICY_WHITELIST: "admin@example.com, user1@example.com"
|
||||
LOG_LEVEL: debug
|
||||
PROSODY_ADMINS: "admin@example.com, admin2@example.com"
|
||||
AUTHENTICATION: "ldap"
|
||||
|
|
Loading…
Reference in a new issue