services.bookstack.settings.APP_URL
The root URL that you want to host BookStack on. All URLs in BookStack will be generated using this value. It is used to validate specific requests and to generate URLs in emails.
- Type
string- Default
"http(s)://\${config.services.bookstack.hostname}"- Example
"https://example.com"- Declared
- <nixpkgs/nixos/modules/services/web-apps/bookstack.nix>