Skip to content

Commit

Permalink
test: set user and password for testing database
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Oct 11, 2023
1 parent 01b7f09 commit b855859
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cellbase-lib/src/test/resources/configuration.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ secretKey: "xPacig89igHSieEnveJEi4KCfdEslhmssC3vui1JJQGgDQ0y8v"
databases:
mongodb:
host: localhost:27017
user: ''
password: ''
user: 'cellbase'
password: 'cellbase'
options:
authenticationDatabase: ''
authenticationDatabase: 'admin'
authenticationMechanism: 'SCRAM-SHA-256'
readPreference: ''
replicaSet: ''
connectionsPerHost: 20
Expand Down

0 comments on commit b855859

Please sign in to comment.