Added pre-generated TLS certificate

This commit is contained in:
Pijus Kamandulis
2024-02-27 21:58:57 +02:00
parent 5ff923ce2c
commit 3aeae98404
6 changed files with 125 additions and 14 deletions

View File

@@ -14,4 +14,5 @@ type ServerConfig struct {
InitialDataFilePath string
PersistDataFilePath string
DisableAuth bool
DisableTls bool
}