mirror of
https://github.com/pikami/cosmium.git
synced 2024-11-24 22:47:11 +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/",
|
|
}
|