9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
ENV=development
|
|
PORT=5000
|
|
SECRET=aE8efkEP8+V/ibEQl8IKbw==
|
|
|
|
DB_HOST=localhost
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=todoListDev
|