cosmium/api/config/models.go
2024-02-14 01:47:51 +02:00

14 lines
258 B
Go

package config
type ServerConfig struct {
DatabaseAccount string
DatabaseDomain string
DatabaseEndpoint string
ExplorerPath string
Port int
Host string
TLS_CertificatePath string
TLS_CertificateKey string
}