fix: add extra='ignore' to agent-coordinator Settings to handle shared .env variables
Some checks failed
Integration Tests / test-service-integration (push) Successful in 2m33s
Production Tests / Production Integration Tests (push) Successful in 19s
Python Tests / test-python (push) Successful in 10s
Security Scanning / security-scan (push) Failing after 17s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
Some checks failed
Integration Tests / test-service-integration (push) Successful in 2m33s
Production Tests / Production Integration Tests (push) Successful in 19s
Python Tests / test-python (push) Successful in 10s
Security Scanning / security-scan (push) Failing after 17s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s
Blockchain Synchronization Verification / sync-verification (push) Failing after 2s
This commit is contained in:
@@ -35,6 +35,7 @@ class Settings(BaseSettings):
|
||||
env_file=".env",
|
||||
env_file_encoding="utf-8",
|
||||
case_sensitive=False,
|
||||
extra="ignore",
|
||||
)
|
||||
|
||||
# Application settings
|
||||
|
||||
Reference in New Issue
Block a user