Create user
This commit is contained in:
17
ormconfig.json
Normal file
17
ormconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"type": "postgres",
|
||||
"host": "localhost",
|
||||
"port": 5432,
|
||||
"username": "postgres",
|
||||
"password": "Cara@2012",
|
||||
"database": "postgres",
|
||||
"entities": [
|
||||
"./src/models/*.ts"
|
||||
],
|
||||
"migrations": [
|
||||
"./src/database/migrations/*.ts"
|
||||
],
|
||||
"cli": {
|
||||
"migrationsDir": "./src/database/migrations"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user