mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
Add missed config
This commit is contained in:
parent
1100d79d1c
commit
23f95f8def
@ -11,7 +11,8 @@
|
||||
"database": "${process.env.DATABASE_NAME || 'production'}",
|
||||
"username": "${process.env.DATABASE_USERNAME || ''}",
|
||||
"password": "${process.env.DATABASE_PASSWORD || ''}",
|
||||
"ssl": "${process.env.DATABASE_SSL || false}"
|
||||
"ssl": "${process.env.DATABASE_SSL || false}",
|
||||
"authenticationDatabase": "${process.env.DATABASE_AUTHENTICATION_DATABASE || ''}"
|
||||
},
|
||||
"options": {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user