Skip to content

Commit

Permalink
No dg api extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 9, 2022
1 parent a38dc89 commit 7246e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datagateway_api/config.yaml.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
datagateway_api:
extension: "/datagateway_api"
extension: "/"
backend: "python_icat"
client_cache_size: 5
client_pool_init_size: 2
Expand All @@ -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 7246e4b

Please sign in to comment.