List of domains to whitelist.
Declarations
Type
list of stringDefault
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
Example
[
"localhost"
"hedgedoc.org"
]List of domains to whitelist.
list of stringwith config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
[
"localhost"
"hedgedoc.org"
]