mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-05-04 05:00:39 +00:00
Add PROSODY_ADMINS to specify who is an administrator. Fixes #7
This commit is contained in:
parent
20b7d7258d
commit
2500028412
4 changed files with 4 additions and 1 deletions
|
@ -197,6 +197,7 @@ Inspect logs: ```docker-compose logs -f```.
|
|||
| **C2S_REQUIRE_ENCRYPTION** | Whether to force all client-to-server connections to be encrypted or not | *optional* | true |
|
||||
| **S2S_REQUIRE_ENCRYPTION** | Whether to force all server-to-server connections to be encrypted or not | *optional* | true |
|
||||
| **S2S_SECURE_AUTH** | Require encryption and certificate authentication | *optional* | true |
|
||||
| **PROSODY_ADMINS** | Specify who is an administrator. List of adresses. Eg. "me@example.com", "admin@example.net" | *optional* | "" |
|
||||
|
||||
#### DNS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue