6 lines
104 B
Bash
6 lines
104 B
Bash
JWT_SECRET=something
|
|
COOKIE_SECRET=something
|
|
|
|
DATABASE_TYPE="postgres"
|
|
REDIS_URL=redis://localhost:6379
|