Skip to content

Commit 97e149d

Browse files
committed
Document variables for sending emails
1 parent fcc11cc commit 97e149d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/installation-guide/installation-guide.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,16 @@ OS2IoT-backend takes several environment variables as configuration, if these ar
221221
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
222222
| FRONTEND_BASEURL | URL for the frontend, used when building email links (THIS SHOULD BE CHANGED!) | :code:`http://localhost:8081` |
223223
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
224+
| EMAIL_HOST | URL for the SMTP server, used when sending emails (THIS SHOULD BE CHANGED!) | :code:`"smtp.ethereal.email"` |
225+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
226+
| EMAIL_PORT | Port for the email server, used when sending emails (THIS SHOULD BE CHANGED!) | :code:`587` |
227+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
228+
| EMAIL_USER | Username for email server authentification, used when sending emails (THIS SHOULD BE CHANGED!) | :code:`"[email protected]"` |
229+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
230+
| EMAIL_PASS | Password for email server authentification, used when sending emails (THIS SHOULD BE CHANGED!) | :code:`"KzRSyYReEygpFPPZdd"` |
231+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
232+
| EMAIL_FROM | Email sender address. Either a plain address or a display name and the address (CHANGE IT!) | :code:`"OS2iot [email protected]"` |
233+
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
224234
| KOMBIT_ENTRYPOINT | The context broker URL for KOMBIT adgangsstyring | :code:`https://adgangsstyring.eksterntest-stoettesystemerne.dk/runtime/saml2/issue.idp` |
225235
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
226236
| KOMBIT_CERTIFICATEPRIVATEKEY | The certificate private key for KOMBIT adgangsstyring | :code:`null` |

0 commit comments

Comments
 (0)