fix(framework,types): correct example of database driver options (#10166)
This commit is contained in:
@@ -274,7 +274,7 @@ export type ProjectConfigOptions = {
|
||||
* module.exports = defineConfig({
|
||||
* projectConfig: {
|
||||
* databaseDriverOptions: process.env.NODE_ENV !== "development" ?
|
||||
* { ssl: { rejectUnauthorized: false } } : {}
|
||||
* { connection: { ssl: { rejectUnauthorized: false } } } : {}
|
||||
* // ...
|
||||
* },
|
||||
* // ...
|
||||
|
||||
Reference in New Issue
Block a user