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 node_modules
ormconfig.json

View File

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