Standardize WalkUp branding
This commit is contained in:
@@ -9,7 +9,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||
class Settings(BaseSettings):
|
||||
model_config = SettingsConfigDict(env_file=".env", env_file_encoding="utf-8", extra="ignore")
|
||||
|
||||
app_name: str = "Walkup API"
|
||||
app_name: str = "WalkUp API"
|
||||
backend_host: str = "0.0.0.0"
|
||||
backend_port: int = 8000
|
||||
backend_cors_origins_raw: str = "https://kif.local.ascorrea.com"
|
||||
|
||||
Reference in New Issue
Block a user