You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RI_APP_PORT | The port the app listens on | 5000 | See [Express Documentation](https://expressjs.com/en/api.html#app.listen)|
23
23
| RI_APP_HOST | The host the app listens on | 0.0.0.0 | See [Express Documentation](https://expressjs.com/en/api.html#app.listen)|
24
-
| RI_SERVER_TLS | Enable HTTPS | false | If `true`, requires RI_SERVER_TLS_KEY and RI_SERVER_TLS_CERT as well. |
25
24
| RI_SERVER_TLS_KEY | Private key for HTTPS || Private key in [PEM format](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/#ftoc-heading-3). May be a path to a file or a string in PEM format. |
26
25
| RI_SERVER_TLS_CERT | Certificate for supplied private key || Public certificate in [PEM format](https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/#ftoc-heading-3)|
0 commit comments