feat: expose deployment build identity
This commit is contained in:
@@ -4,6 +4,8 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
|
||||
class Settings(BaseSettings):
|
||||
deployment_environment: str = "development"
|
||||
app_version: str = "0.1.0"
|
||||
app_revision: str = "dev"
|
||||
database_url: str = "postgresql+psycopg://rf4:rf4_local@localhost:5432/rf4_spotter"
|
||||
admin_token: str = "change-me-in-production"
|
||||
s3_endpoint_url: str = "http://localhost:9000"
|
||||
|
||||
Reference in New Issue
Block a user