fix: Set auth db name in MongoDB properties (#9997)
This commit is contained in:
parent
74f0d7400f
commit
e3f8040265
|
|
@ -8,6 +8,7 @@ spring.main.allow-bean-definition-overriding=true
|
||||||
server.forward-headers-strategy=NATIVE
|
server.forward-headers-strategy=NATIVE
|
||||||
|
|
||||||
spring.data.mongodb.auto-index-creation=false
|
spring.data.mongodb.auto-index-creation=false
|
||||||
|
spring.data.mongodb.authentication-database=admin
|
||||||
mongock.change-logs-scan-package=com.appsmith.server.migrations
|
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.
|
# 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
|
spring.codec.max-in-memory-size=100MB
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user