From 273cb8b624cf2eb05f52f1967bdb847fb5c9f18e Mon Sep 17 00:00:00 2001 From: Hugo Falcao Date: Sun, 17 Apr 2022 20:52:21 -0300 Subject: [PATCH] . --- .gitignore | 3 +-- ormconfig.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8d13e4..b512c09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -node_modules -ormconfig.json \ No newline at end of file +node_modules \ No newline at end of file diff --git a/ormconfig.json b/ormconfig.json index 7b139a8..011f8a5 100644 --- a/ormconfig.json +++ b/ormconfig.json @@ -3,7 +3,7 @@ "host": "localhost", "port": 5432, "username": "postgres", - "password": "", + "password": "Cara@2012", "database": "postgres", "entities": [ "./src/models/*.ts"