mirror of
https://github.com/pikami/cosmium.git
synced 2025-02-15 08:35:39 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
package config
|
|
|
|
type ServerConfig struct {
|
|
DatabaseAccount string
|
|
DatabaseDomain string
|
|
DatabaseEndpoint string
|
|
}
|