Skip to content

Commit

Permalink
configuration: update SSL options to work with MongoDB 5
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Jan 8, 2023
1 parent 50cc4a3 commit 69ad310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cellbase-core/src/main/resources/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ databases:
readPreference: "${CELLBASE.DB.MONGODB.READPREFERENCE}"
replicaSet: "${CELLBASE.DB.MONGODB.REPLICASET}"
connectionsPerHost: 20
sslEnabled: false
sslEnabled: true
sslInvalidCertificatesAllowed: true
sslInvalidHostnameAllowed: true
enableSharding: false
neo4j:
hsapiens:
Expand Down

0 comments on commit 69ad310

Please sign in to comment.