mirror of
https://github.com/pikami/cosmium.git
synced 2025-02-12 19:06:12 +00:00
8 lines
155 B
Go
8 lines
155 B
Go
package config
|
|
|
|
var Config = ServerConfig{
|
|
DatabaseAccount: "localhost",
|
|
DatabaseDomain: "localhost",
|
|
DatabaseEndpoint: "https://localhost:8081/",
|
|
}
|