package config import "log/slog" type LoggingConfig struct { Instance *slog.Logger Level string ShowCanDump bool } type Config struct { Timezone string ServiceURL string LoggingConfig DatabaseConfig }