mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-31 09:18:38 +00:00
Change the server digest warning message
This commit is contained in:
parent
e6e8022566
commit
76ed7a736d
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ namespace LBPUnion.ProjectLighthouse
|
||||||
if (string.IsNullOrWhiteSpace(serverDigestKey))
|
if (string.IsNullOrWhiteSpace(serverDigestKey))
|
||||||
{
|
{
|
||||||
Logger.Log(
|
Logger.Log(
|
||||||
"SERVER_DIGEST_KEY environment variable wasn't set, so server digest headers won't be set. This will break LBP 1 and LBP 3."
|
"The SERVER_DIGEST_KEY environment variable wasn't set, so digest headers won't be set or verified. This will prevent LBP 1 and LBP 3 from working. " +
|
||||||
|
"To increase security, it is recommended that you find and set this variable."
|
||||||
);
|
);
|
||||||
computeDigests = false;
|
computeDigests = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue