Add unit tests for Bird department gate phone call logic, Edge Broker configuration, and gateway heartbeat status. Refactor warnings handling, Slack notifications, Bird client usage, and Edge gateway probes for improved maintainability and error clarity.
This commit is contained in:
@@ -40,6 +40,13 @@ CONFIG_DB_DEBUG_DATABASE=nnks_db_debug
|
||||
CONFIG_DB_DEBUG_PORT=3306
|
||||
CONFIG_DB_DEBUG_SSL_MODE=DISABLED
|
||||
|
||||
# e-conomic credentials
|
||||
# Required: ECONOMIC_API_APP_ACCESS_GRANT and ECONOMIC_API_APP_SECRET_TOKEN
|
||||
# Optional-but-recommended: ECONOMIC_API_APP_ACCESS_GRANT2 (falls back to primary grant when blank)
|
||||
ECONOMIC_API_APP_ACCESS_GRANT=
|
||||
ECONOMIC_API_APP_ACCESS_GRANT2=
|
||||
ECONOMIC_API_APP_SECRET_TOKEN=
|
||||
|
||||
# Redis credentials
|
||||
REDIS_CONFIG_HOST=redis
|
||||
REDIS_CONFIG_DATABASE=0
|
||||
|
||||
Reference in New Issue
Block a user