Files
aeroresolve_backend/.env.example
T
2026-07-06 13:16:46 +05:30

5 lines
138 B
Bash

PORT=3001
DATABASE_URL=postgresql://username:password@localhost:5432/dbname
REDIS_URL=redis://localhost:6379
KAFKA_BROKERS=localhost:9092