@@ -221,6 +221,16 @@ OS2IoT-backend takes several environment variables as configuration, if these ar
221
221
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
222
222
| FRONTEND_BASEURL | URL for the frontend, used when building email links (THIS SHOULD BE CHANGED!) | :code:` http://localhost:8081` |
223
223
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
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
+ +-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
224
234
| KOMBIT_ENTRYPOINT | The context broker URL for KOMBIT adgangsstyring | :code:` https://adgangsstyring.eksterntest-stoettesystemerne.dk/runtime/saml2/issue.idp` |
225
235
+-------------------------------+------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------+
226
236
| KOMBIT_CERTIFICATEPRIVATEKEY | The certificate private key for KOMBIT adgangsstyring | :code:` null` |
0 commit comments