package core type BaseAppConfig struct { IsDev bool DataDir string DBUsername string DBPassword string }