mirror of
https://github.com/pikami/cosmium.git
synced 2026-06-12 07:17:06 +01:00
Databases CRUD
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
var Config = ServerConfig{
|
||||
DatabaseAccount: "localhost",
|
||||
DatabaseDomain: "localhost",
|
||||
DatabaseEndpoint: "https://localhost:8081/",
|
||||
}
|
||||
Reference in New Issue
Block a user