You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate environment variable access to appConfig for improved configuration management
- Introduced appConfig to centralize configuration management and replace direct process.env access.
- Updated various services and utilities to utilize appConfig for retrieving configuration values.
- Removed deprecated helper functions for environment variable access.
- Enhanced test environment handling by utilizing isTest() method from appConfig.
- Ensured all database connection configurations are now sourced from appConfig.
- Improved readability and maintainability of the codebase by consolidating configuration logic.
0 commit comments