Skip to content

Commit

Permalink
Test user credentials to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Oct 11, 2022
1 parent bc47a65 commit 2be2282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datagateway_api/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,7 @@ debug_mode: false
generate_swagger: false
host: "127.0.0.1"
port: "5000"
test_user_credentials: {"username": "root", "password": "pw"}
test_user_credentials:
username: "root"
password: "pw"
test_mechanism: "simple"

0 comments on commit 2be2282

Please sign in to comment.