From fbb1b1dd8251857515a40340dee7aa6ad0e33787 Mon Sep 17 00:00:00 2001 From: richard-churchman Date: Sat, 4 May 2024 19:06:29 +0200 Subject: [PATCH] Small clarification in documentation relating to Environment Variables required at startup. --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f6693f..d093606 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ export PasswordHashingKey="IMPORTANT:_ChangeThisKey_~%pvif3KRo!3Mk|1oMC50TvAPi%{ It is imperative that the keys be changed from their defaults and kept safe in appropriate storage. Jube will not start if the keys above are used. -Change the template value for setting the ConnectionString Environment Variable, then run the shell script as above. Wait for the build to complete, after which observe the welcome message. +Change the template value for setting the ConnectionString and JWTKey Environment Variables, then run the shell script as above. Wait for the build to complete, after which observe the welcome message. Waiting a few moments more will ensure that the embedded Kestrel web server is started correctly. In a web browser, navigate to the bound URL [https://localhost:5001/](https://localhost:5001/) as per the ASPNETCORE_URLS Environment Variable. diff --git a/docs/index.md b/docs/index.md index d882c37..ff7393b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -62,7 +62,7 @@ export PasswordHashingKey="IMPORTANT:_ChangeThisKey_~%pvif3KRo!3Mk|1oMC50TvAPi%{ It is imperative that the keys be changed from their defaults and kept safe in appropriate storage. Jube will not start if the keys above are used. -Change the template value for setting the ConnectionString Environment Variable, then run the shell script as above. Wait for the build to complete, after which observe the welcome message. +Change the template value for setting the ConnectionString and JWTKey Environment Variables, then run the shell script as above. Wait for the build to complete, after which observe the welcome message. Waiting a few moments more will ensure that the embedded Kestrel web server is started correctly. In a web browser, navigate to the bound URL [https://localhost:5001/](https://localhost:5001/) as per the ASPNETCORE_URLS Environment Variable.