Implement service-based model for jobs

This commit is contained in:
2026-06-29 13:18:23 +05:30
parent 7201fa0138
commit e0cd0bba6e
12 changed files with 728 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
# Database Config
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=alemno_payments
# Redis Config
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0