mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
feat(tt-rss): disable registration
This commit is contained in:
@@ -12,7 +12,7 @@ in {
|
|||||||
selfUrlPath = "https://${domain}";
|
selfUrlPath = "https://${domain}";
|
||||||
virtualHost = domain;
|
virtualHost = domain;
|
||||||
registration = {
|
registration = {
|
||||||
enable = true;
|
enable = false;
|
||||||
maxUsers = 3;
|
maxUsers = 3;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user