cargamasviva
This commit is contained in:
+22
-22
@@ -1,24 +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"
|
||||
}
|
||||
"type": "mysql",
|
||||
"host": "localhost",
|
||||
"port": 3306,
|
||||
"username": "local",
|
||||
"password": "123",
|
||||
"database": "pcpuma",
|
||||
"synchronize": false,
|
||||
"logging": false,
|
||||
"entities": [
|
||||
"src/entity/**/*.ts"
|
||||
],
|
||||
"migrations": [
|
||||
"src/migration/**/*.ts"
|
||||
],
|
||||
"subscribers": [
|
||||
"src/subscriber/**/*.ts"
|
||||
],
|
||||
"cli": {
|
||||
"entitiesDir": "src/entity",
|
||||
"migrationsDir": "src/migration",
|
||||
"subscribersDir": "src/subscriber"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user