Cleanup and README update

This commit is contained in:
2026-03-05 21:51:21 +02:00
parent fe2d81b6b8
commit c61d3228ef
4 changed files with 8 additions and 9 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class Settings(BaseSettings):
# Server settings
host: str = "0.0.0.0"
port: int = 8000
base_url: str = "http://localhost:8000"
port: int = 9995
base_url: str = "http://localhost:9995"
# Debug flag
debug: bool = True