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,
password: serverConfig.DB_PASS,
dbName: serverConfig.DB_NAME,
debug: serverConfig.ENV !== 'production',
// allowGlobalContext: true,
debug: false,
driverOptions: {
allowPublicKeyRetrieval: true
},