4 lines
143 B
Plaintext
4 lines
143 B
Plaintext
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/handy
|
|
REDIS_URL=redis://localhost:6379
|
|
SEED=your-seed-for-token-generation
|
|
PORT=3005 |