mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-20 01:10:44 +00:00
Code cleanup; Implement persistant storage; Use maps for storage
This commit is contained in:
@@ -11,6 +11,7 @@ type ServerConfig struct {
|
||||
Host string
|
||||
TLS_CertificatePath string
|
||||
TLS_CertificateKey string
|
||||
DataFilePath string
|
||||
InitialDataFilePath string
|
||||
PersistDataFilePath string
|
||||
DisableAuth bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user