feat: update environment configuration and improve repository handling
CI / lint-test-build (push) Failing after 11s

- Added PG_PASSWORD to .env.example for database connection.
- Removed unnecessary imports and streamlined code in various modules.
- Enhanced error handling in ConfigSettingRepository and ConfigPairingRepository.
- Updated test files to remove unused imports and improve clarity.
This commit is contained in:
2026-06-07 14:50:55 +02:00
parent 529ff967cc
commit ef22e217c7
11 changed files with 69 additions and 37 deletions
+5
View File
@@ -1,6 +1,11 @@
APP_ENV=dev
APP_HOST=0.0.0.0
APP_PORT=8000
PG_HOST=192.168.88.35
PG_PORT=5432
PG_DATABASE=arbitrade
PG_USER=arbitrade
PG_PASSWORD=arbitrade
LOG_LEVEL=INFO
LOG_JSON=true
ALERTS_ENABLED=true