5 lines
138 B
Bash
5 lines
138 B
Bash
PORT=3001
|
|
DATABASE_URL=postgresql://username:password@localhost:5432/dbname
|
|
REDIS_URL=redis://localhost:6379
|
|
KAFKA_BROKERS=localhost:9092
|