10 lines
131 B
Bash
10 lines
131 B
Bash
PORT=5000
|
|
|
|
JWT_SECRET=super_secret_key
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=todo
|