MyNixOS website logo
option

services.rundeck.serverURL

Complete Grails server URL.

Declarations
Type
string
Default
{
  _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"