feat:#10 added new minimal backend

This commit is contained in:
Elmar Kresse
2024-03-03 18:21:50 +01:00
parent 4b3137f694
commit 2eab5bb3b0
11 changed files with 743 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package core
type BaseAppConfig struct {
IsDev bool
DataDir string
DBUsername string
DBPassword string
}