MyNixOS website logo

Configuration settings for aperture. All the available options can be found here: https://github.com/lightninglabs/aperture/blob/master/sample-conf.yaml.

Declarations
Type
YAML 1.1 value
Default
{ }
Example
{
  autocert = false;
  debuglevel = "debug";
  listenaddr = "localhost:8081";
  servername = "aperture.example.com";
  servestatic = false;
  staticroot = "./static";
}