This commit is contained in:
Hugo Falcao
2022-04-17 20:52:21 -03:00
parent 7ee4eb4687
commit 273cb8b624
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@@ -1,2 +1 @@
node_modules
ormconfig.json
node_modules

View File

@@ -3,7 +3,7 @@
"host": "localhost",
"port": 5432,
"username": "postgres",
"password": "",
"password": "Cara@2012",
"database": "postgres",
"entities": [
"./src/models/*.ts"