-
Refactor database configuration to use centralized struct
Some checks failedGo / build-and-release (push) Has been cancelledreleased this
2025-12-02 13:30:50 +00:00 | 33 commits to main since this releaseReplaced individual environment variable access with a unified
DatabaseConfigstruct for all database backends. This centralizes configuration management, reduces redundant code, and ensures all options are documented inapp/config/config.go. Backward compatibility is maintained with default values and retained constructors.Downloads