mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 04:57:15 -05:00
Add unified health and version reporting
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user