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"