diff --git a/README.md b/README.md index d093606..a552f5f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ git clone https://github.com/jube-home/jube.git cd jube/Jube.App export ConnectionString="Host=;Port=;Database=;Username=;Password=;Pooling=true;Minimum Pool Size=0;Maximum Pool Size=100;SSL Mode=Require;Trust Server Certificate=true;" export ASPNETCORE_URLS="https://localhost:5001" -export JWTKey="ReplaceWithAVeryStrongKeyToSecureTheJWTAuthenticationToken" +export JWTKey="IMPORTANT:_ChangeThisKey_~%pvif3KRo!3Mk|1oMC50TvAPi%{mUt<9"B&|>DP|GZy"YYWeVrNUqLQE}mz{L_UsingThisKeyIsDangerous" dotnet run ``` diff --git a/docs/index.md b/docs/index.md index ff7393b..1158095 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,7 +40,7 @@ git clone https://github.com/jube-home/jube.git cd jube/Jube.App export ConnectionString="Host=;Port=;Database=;Username=;Password=;Pooling=true;Minimum Pool Size=0;Maximum Pool Size=100;SSL Mode=Require;Trust Server Certificate=true;" export ASPNETCORE_URLS="https://localhost:5001" -export JWTKey="ReplaceWithAVeryStrongKeyToSecureTheJWTAuthenticationToken" +export JWTKey="IMPORTANT:_ChangeThisKey_~%pvif3KRo!3Mk|1oMC50TvAPi%{mUt<9"B&|>DP|GZy"YYWeVrNUqLQE}mz{L_UsingThisKeyIsDangerous" dotnet run ```