mirror of
https://github.com/pikami/cosmium.git
synced 2025-05-05 16:03:09 +01:00
14 lines
258 B
Go
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
|
|
}
|