diff options
author | 2024-08-25 20:34:39 +0200 | |
---|---|---|
committer | 2024-08-25 20:34:39 +0200 | |
commit | dc53e377adfcfee328778e5334496038ccba8f78 (patch) | |
tree | d9734eb46fda85b0fe19372906629ab2d419577d | |
parent | Parse tuples to all() (diff) |
Document e-mail variables
Initial work for #262.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ The environment variables are required to work with the LDAP/FreeIPA system. | KING_ARTHUR_KEYCLOAK_USERNAME | The username of the keycloak user to make requests with | kingarthur | | KING_ARTHUR_KEYCLOAK_PASSWORD | The password of the keycloak user to make requests with | Required | | KING_ARTHUR_KEYCLOAK_USER_REALM | The keycloak realm to make requests to | pydis | +| KING_ARTHUR_EMAIL_HOST | The e-mail relay to send e-mails via | | +| KING_ARTHUR_EMAIL_FROM | The "From:" address to set in e-mails sent by King Arthur | | +| KING_ARTHUR_EMAIL_USERNAME | The username to authenticate to the mail relay with | | +| KING_ARTHUR_EMAIL_PASSWORD | The password to authenticate to the mail relay with | | ## A note on LDAP |