services.signaturepdf.enable
Whether to enable signaturepdf; signing, organizing, editing metadatas or compressing PDFs.
Type: boolean
Default:
false
Example:
true
Declared by:
services.signaturepdf.package
The signaturepdf package to use.
Type: package
Default:
pkgs.signaturepdf
Declared by:
services.signaturepdf.extraConfig
Additional configuration optional.
Type: attribute set of (string or signed integer or boolean or floating point number)
Default:
{ }
Example:
{
max_file_uploads = "201";
post_max_size = "24M";
upload_max_filesize = "24M";
}
Declared by:
services.signaturepdf.port
The port on which the application runs
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default:
8080
Example:
8081
Declared by: