package initialise import "github.com/caos/zitadel/internal/database" type Config struct { Database database.Config }