chore(forgejo): move rego to correct stanza
This commit is contained in:
parent
d5d3fd21ca
commit
3a294f84ff
|
@ -25,7 +25,6 @@ in {
|
|||
HTTP_PORT = 3002; # Provided unique port
|
||||
ROOT_URL = "https://reciproka.dev/"; # Root web URL
|
||||
};
|
||||
service.DISABLE_REGISTRATION = true;
|
||||
in {
|
||||
mailer = {
|
||||
ENABLED = true;
|
||||
|
@ -35,6 +34,7 @@ in {
|
|||
DEFAULT_BRANCH = "consensus";
|
||||
};
|
||||
service = {
|
||||
DISABLE_REGISTRATION = true;
|
||||
REGISTER_EMAIL_CONFIRM = true;
|
||||
};
|
||||
"markup.restructuredtext" = {
|
||||
|
|
Loading…
Reference in a new issue