Disable registration too
This commit is contained in:
parent
59bb7122c6
commit
950a298fbd
1 changed files with 7 additions and 4 deletions
|
@ -24,10 +24,13 @@
|
||||||
database = {
|
database = {
|
||||||
type = "postgres";
|
type = "postgres";
|
||||||
};
|
};
|
||||||
server = {
|
settings = {
|
||||||
DOMAIN = "git.lillianviolet.dev";
|
service.DISABLE_REGISTRATION = true;
|
||||||
ROOT_URL = "https://git.lillianviolet.dev/";
|
server = {
|
||||||
HTTP_PORT = 3218;
|
DOMAIN = "git.lillianviolet.dev";
|
||||||
|
ROOT_URL = "https://git.lillianviolet.dev/";
|
||||||
|
HTTP_PORT = 3218;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue