Initial commit

This commit is contained in:
2025-11-19 22:54:33 +07:00
commit 8f5b984598
18 changed files with 761 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Database
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/ingest_db
# Application
APP_HOST=0.0.0.0
APP_PORT=8000