Skip to content

Commit

Permalink
Make user_credentials a dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 9, 2022
1 parent 7246e4b commit 7854093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datagateway_api/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ 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 7854093

Please sign in to comment.