mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-19 04:52:54 +01: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