Disabled Mikro ORM debugging

This commit is contained in:
Dennis Postma 2025-01-13 14:51:39 +01:00
parent 41e65fc3e9
commit 410d5cb7a8

View File

@ -16,8 +16,7 @@ export default defineConfig({
user: serverConfig.DB_USER, user: serverConfig.DB_USER,
password: serverConfig.DB_PASS, password: serverConfig.DB_PASS,
dbName: serverConfig.DB_NAME, dbName: serverConfig.DB_NAME,
debug: serverConfig.ENV !== 'production', debug: false,
// allowGlobalContext: true,
driverOptions: { driverOptions: {
allowPublicKeyRetrieval: true allowPublicKeyRetrieval: true
}, },