mirror of
https://github.com/pikami/cosmium.git
synced 2024-11-25 23:17:36 +00: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
|
|
}
|