services.firefly-iii.settings.APP_URL

NixOS option

The APP_URL used by firefly-iii internally. Please make sure this URL matches the external URL of your Firefly III installation. It is used to validate specific requests and to generate URLs in emails.

type: string
Default
''
  http(s)://''${config.services.firefly-iii.virtualHost}
''
declared in: nixos/modules/services/web-apps/firefly-iii.nixView source on NixOS/nixpkgs →