Working on form

This commit is contained in:
2021-04-17 14:10:14 +02:00
parent 6c6301138a
commit fae7338694
9 changed files with 44 additions and 62 deletions

View File

@@ -43,7 +43,7 @@ const databaseConfig: DatabaseConfig & { orm: Partial<OrmConfig> } = {
password: Env.get('MYSQL_PASSWORD', ''),
database: Env.get('MYSQL_DB_NAME'),
},
healthCheck: false,
healthCheck: true,
debug: false,
},