Disable registration too
This commit is contained in:
parent
59bb7122c6
commit
950a298fbd
|
@ -24,12 +24,15 @@
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
|
settings = {
|
||||||
|
service.DISABLE_REGISTRATION = true;
|
||||||
server = {
|
server = {
|
||||||
DOMAIN = "git.lillianviolet.dev";
|
DOMAIN = "git.lillianviolet.dev";
|
||||||
ROOT_URL = "https://git.lillianviolet.dev/";
|
ROOT_URL = "https://git.lillianviolet.dev/";
|
||||||
HTTP_PORT = 3218;
|
HTTP_PORT = 3218;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
|
Loading…
Reference in a new issue