11 lines
153 B
Bash
11 lines
153 B
Bash
PORT=4000
|
|
|
|
JWT_SECRET=super_secret_key
|
|
JWT_EXPIRES_IN=3600s
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=todo
|