Skip to content
Snippets Groups Projects
Commit ad87d573 authored by Chris Hines's avatar Chris Hines
Browse files

add localhost as a possible api server on dev

parent 57bb3ab8
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!66Test,!65Dev
Pipeline #10701 passed
......@@ -8,6 +8,11 @@
"name": "Dev - Pawsey",
"tes": "https://strudel2-api-dev-pawsey.cloud.cvl.org.au/tes",
"tws": "https://strudel2-api-dev-pawsey.cloud.cvl.org.au"
},
{
"name": "localhost",
"tes": "http://localhost:8080",
"tws": "http://localhost:8090"
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment