mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-24 21:39:14 +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
|
|
}
|