Files
todo-list/server/.env.test.template
2022-07-10 15:39:51 -03:00

9 lines
129 B
Plaintext

ENV=test
PORT=5000
SECRET=aE8efkEP8+V/ibEQl8IKbw==
DB_HOST=localhost
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=todoListTest