mirror of
https://github.com/pikami/cosmium.git
synced 2025-02-13 03:16:48 +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/",
|
||
|
}
|