Added E2E_POLICY_WHITELIST ENV variable to configure e2e_policy_whitelist.

This commit is contained in:
Sara Aimée Smiseth 2020-09-26 18:54:56 +02:00
parent 15b95e5822
commit 606e63f20f
5 changed files with 4 additions and 3 deletions

View file

@ -192,6 +192,7 @@ Inspect logs: ```docker-compose logs -f```.
| **DOMAIN_PUBSUB** | Domain for a XEP-0060 pubsub service | *optional* | pubsub.**DOMAIN** |
| **E2E_POLICY_CHAT** | Policy for chat messages. Possible values: "none", "optional" and "required". | *optional* | "required" |
| **E2E_POLICY_MUC** | Policy for MUC messages. Possible values: "none", "optional" and "required". | *optional* | "required" |
| **E2E_POLICY_WHITELIST** | Make this module ignore messages sent to and from this JIDs or MUCs. | *optional* | "" |
| **LOG_LEVEL** | Min log level. Change to debug for more information | *optional* | info |
| **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 |