Complete Grails server URL.
Declarations
Type
stringDefault
{
_type = "literalMD";
text = ''
`<scheme>://<serverhostname>:<port>`, where scheme is `https` when
`ssl.enable` else `http`, and port is `ssl.port` when `ssl.enable`
else `serverPort`.
'';
}</port></serverhostname></scheme>Example
"https://myhost:4443/rundeck"