Skip to content
Snippets Groups Projects
Commit 668273e2 authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Thomas Kluyver
Browse files

Fix setting CalParrot proxy in cal_tools settings

parent ef661ba2
No related branches found
No related tags found
1 merge request!767Store CalCat requests/responses for reproducibility
......@@ -50,8 +50,7 @@ then
${python_path} -m calparrot --port-file $port_file
calparrot_port=$(cat $port_file)
rm $port_file
export CAL_CAL_TOOLS_CALCAT__base-api-url="http://127.0.0.1:${calparrot_port}"
export CAL_CAL_TOOLS_CALCAT__use-oauth2=false
export CAL_CAL_TOOLS_CALCAT="{base-api-url='http://127.0.0.1:${calparrot_port}/api', use-oauth2=false}"
fi
echo "Running notebook"
......
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