Skip to content

Commit

Permalink
Update README.md with allowPublicKeyRetrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
StarDylan authored Oct 24, 2024
1 parent 820acde commit 9cc46a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Email: [email protected]
```
include "application.conf"
settings.researchOnly=0
db.default.url="jdbc:mysql://127.0.0.1:3306/femr_db?characterEncoding=UTF-8&useSSL=false"
db.default.url="jdbc:mysql://127.0.0.1:3306/femr_db?characterEncoding=UTF-8&useSSL=false&allowPublicKeyRetrieval=true"
db.default.username="femr"
db.default.password="password"
photos.defaultProfilePhoto="./public/img/defaultProfile.png"
Expand Down

0 comments on commit 9cc46a4

Please sign in to comment.