move database configs to .env
This commit is contained in:
@@ -2,4 +2,7 @@ ENV=development
|
||||
PORT=5000
|
||||
SECRET=aE8efkEP8+V/ibEQl8IKbw==
|
||||
|
||||
DB_NAME=todoListDev
|
||||
DB_HOST=localhost
|
||||
DB_USER=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_NAME=todoListDev
|
||||
|
||||
Reference in New Issue
Block a user