Disabled Mikro ORM debugging
This commit is contained in:
parent
7da0323153
commit
f76bf3df1f
@ -15,7 +15,7 @@ export default defineConfig({
|
||||
user: serverConfig.DB_USER,
|
||||
password: serverConfig.DB_PASS,
|
||||
dbName: serverConfig.DB_NAME,
|
||||
debug: true,
|
||||
debug: false,
|
||||
driverOptions: {
|
||||
allowPublicKeyRetrieval: true
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user