Disabled Mikro ORM debugging
This commit is contained in:
parent
41e65fc3e9
commit
410d5cb7a8
@ -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
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user