architecture: remove redundant SFM service and simplify deployment

This commit is contained in:
serversdwn
2026-01-09 20:58:16 +00:00
parent 94354da611
commit 7715123053
6 changed files with 207 additions and 149 deletions

View File

@@ -12,6 +12,8 @@ ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
PORT = int(os.getenv("PORT", 8001))
# External Services
# Terra-View is a unified application with seismograph logic built-in
# The only external HTTP dependency is SLMM for NL-43 device communication
SLMM_API_URL = os.getenv("SLMM_API_URL", "http://localhost:8100")
# Database URLs (feature-specific)