mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 15:13:51 +02:00
feat:#10 added new minimal backend
This commit is contained in:
8
datamanager/backend/core/base.go
Normal file
8
datamanager/backend/core/base.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package core
|
||||
|
||||
type BaseAppConfig struct {
|
||||
IsDev bool
|
||||
DataDir string
|
||||
DBUsername string
|
||||
DBPassword string
|
||||
}
|
Reference in New Issue
Block a user