m
This commit is contained in:
Vendored
+1
-1
@@ -13,7 +13,7 @@ exports.ormConfig = {
|
||||
username: app_env_1.AppEnv.MYSQL_USERNAME,
|
||||
password: app_env_1.AppEnv.MYSQL_PASSWORD,
|
||||
database: app_env_1.AppEnv.MYSQL_DATABASE,
|
||||
synchronize: true,
|
||||
synchronize: app_env_1.AppEnv.TYPEORM_SYNCHRONIZE,
|
||||
logging: false,
|
||||
entities: [entities],
|
||||
migrations: [migrations],
|
||||
|
||||
Reference in New Issue
Block a user