mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-10 13:43:49 +02:00
9 lines
118 B
Go
9 lines
118 B
Go
package core
|
|
|
|
type BaseAppConfig struct {
|
|
IsDev bool
|
|
DataDir string
|
|
DBUsername string
|
|
DBPassword string
|
|
}
|