mirror of https://github.com/pikami/cosmium.git
8 lines
120 B
Go
8 lines
120 B
Go
|
package config
|
||
|
|
||
|
type ServerConfig struct {
|
||
|
DatabaseAccount string
|
||
|
DatabaseDomain string
|
||
|
DatabaseEndpoint string
|
||
|
}
|