mirror of
https://github.com/pikami/cosmium.git
synced 2026-04-19 13:00:30 +01:00
Databases CRUD
This commit is contained in:
7
api/config/models.go
Normal file
7
api/config/models.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package config
|
||||
|
||||
type ServerConfig struct {
|
||||
DatabaseAccount string
|
||||
DatabaseDomain string
|
||||
DatabaseEndpoint string
|
||||
}
|
||||
Reference in New Issue
Block a user