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