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