mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-06 03:48:40 +00:00
Make digest key options have a default value
This commit is contained in:
parent
dc690f7cfb
commit
6ffb7920f5
1 changed files with 2 additions and 2 deletions
|
@ -113,8 +113,8 @@ public class ServerSettings
|
|||
public string DbConnectionString { get; set; } = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
|
||||
|
||||
public string ExternalUrl { get; set; } = "http://localhost:10060";
|
||||
public string ServerDigestKey { get; set; }
|
||||
public string AlternateDigestKey { get; set; }
|
||||
public string ServerDigestKey { get; set; } = "";
|
||||
public string AlternateDigestKey { get; set; } = "";
|
||||
public bool UseExternalAuth { get; set; }
|
||||
|
||||
public bool CheckForUnsafeFiles { get; set; } = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue