mirror of
https://github.com/pikami/cosmium.git
synced 2025-12-20 09:20:11 +00:00
Implement authentication
This commit is contained in:
@@ -4,6 +4,7 @@ type ServerConfig struct {
|
||||
DatabaseAccount string
|
||||
DatabaseDomain string
|
||||
DatabaseEndpoint string
|
||||
AccountKey string
|
||||
|
||||
ExplorerPath string
|
||||
Port int
|
||||
@@ -11,4 +12,5 @@ type ServerConfig struct {
|
||||
TLS_CertificatePath string
|
||||
TLS_CertificateKey string
|
||||
DataFilePath string
|
||||
DisableAuth bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user