.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,2 +1 @@
|
|||||||
node_modules
|
node_modules
|
||||||
ormconfig.json
|
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user