From e3f8040265c8de20fe764e93754d2d9eb0d8e104 Mon Sep 17 00:00:00 2001 From: Nayan Date: Fri, 24 Dec 2021 21:15:18 +0600 Subject: [PATCH] fix: Set auth db name in MongoDB properties (#9997) --- .../appsmith-server/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/app/server/appsmith-server/src/main/resources/application.properties b/app/server/appsmith-server/src/main/resources/application.properties index 8f0ad5ca8d..43a36dd127 100644 --- a/app/server/appsmith-server/src/main/resources/application.properties +++ b/app/server/appsmith-server/src/main/resources/application.properties @@ -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