base de datos casi completa
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "mysql",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "local",
|
||||
"password": "123",
|
||||
"database": "pcpuma",
|
||||
"synchronize": true,
|
||||
"logging": false,
|
||||
"entities": [
|
||||
"src/db/entity/**/*.ts"
|
||||
],
|
||||
"migrations": [
|
||||
"src/db/migration/**/*.ts"
|
||||
],
|
||||
"subscribers": [
|
||||
"src/db/subscriber/**/*.ts"
|
||||
],
|
||||
"cli": {
|
||||
"entitiesDir": "src/db/entity",
|
||||
"migrationsDir": "src/db/migration",
|
||||
"subscribersDir": "src/db/subscriber"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user