fix: Set auth db name in MongoDB properties (#9997)

This commit is contained in:
Nayan 2021-12-24 21:15:18 +06:00 committed by GitHub
parent 74f0d7400f
commit e3f8040265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ spring.main.allow-bean-definition-overriding=true
server.forward-headers-strategy=NATIVE
spring.data.mongodb.auto-index-creation=false
spring.data.mongodb.authentication-database=admin
mongock.change-logs-scan-package=com.appsmith.server.migrations
# Ensures that the size of the request object that we handle is controlled. By default it's 212KB.
spring.codec.max-in-memory-size=100MB