Commit 08b153f0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: no more need of hardcoded path for monitoring url

parent a68a31a6
......@@ -416,7 +416,7 @@ access_url = $${:url}/login
url = https://$${request-frontend:connection-domain}
ssh_command = ssh $${dropbear-runner-server:host} -p $${dropbear-runner-server:port}
webdav_url = https://$${request-frontend:connection-domain}/share
monitor_url = https://$${monitor-frontend:connection-domain}/index.cgi
monitor_url = https://$${monitor-frontend:connection-domain}
public_url = $${:url}/public/
#---------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment