Merge branch origin/codex/implement-unified-status-page-for-apis-8w9cw1 into main

This commit is contained in:
Alexa Amundson
2025-11-20 12:36:14 -06:00
7 changed files with 191 additions and 7 deletions

View File

@@ -36,6 +36,11 @@ class Settings(BaseSettings):
def allowed_origins_list(self) -> List[str]:
return [origin.strip() for origin in self.ALLOWED_ORIGINS.split(",")]
# Prism / Status page targets
PRISM_CORE_API_URL: str = ""
PRISM_PUBLIC_API_URL: str = ""
PRISM_CONSOLE_URL: str = ""
# AWS S3
AWS_ACCESS_KEY_ID: str = ""
AWS_SECRET_ACCESS_KEY: str = ""