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