Files
next.orly.dev/main.go
mleku 016e97925a
Some checks failed
Go / build-and-release (push) Has been cancelled
Refactor database configuration to use centralized struct
Replaced individual environment variable access with a unified `DatabaseConfig` struct for all database backends. This centralizes configuration management, reduces redundant code, and ensures all options are documented in `app/config/config.go`. Backward compatibility is maintained with default values and retained constructors.
2025-12-02 13:30:50 +00:00

11 KiB