cosmium/api/config/models.go

15 lines
286 B
Go
Raw Normal View History

2024-02-10 15:17:34 +00:00
package config
type ServerConfig struct {
DatabaseAccount string
DatabaseDomain string
DatabaseEndpoint string
ExplorerPath string
Port int
Host string
TLS_CertificatePath string
TLS_CertificateKey string
DataFilePath string
2024-02-10 15:17:34 +00:00
}