Change hedgedoc authentication settings

This commit is contained in:
thiloho
2023-09-27 19:31:20 +02:00
parent 03acfab1e2
commit 995c187552

View File

@@ -80,7 +80,11 @@
database = "hedgedoc"; database = "hedgedoc";
}; };
protocolUseSSL = true; protocolUseSSL = true;
allowAnonymous = false;
allowEmailRegister = false;
email = false;
}; };
environmentFile = "/var/lib/hedgedoc/hedgedoc.env";
}; };
postgresql = { postgresql = {
enable = true; enable = true;