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
|
HTTP_PORT = 3002; # Provided unique port
|
||||||
ROOT_URL = "https://reciproka.dev/"; # Root web URL
|
ROOT_URL = "https://reciproka.dev/"; # Root web URL
|
||||||
};
|
};
|
||||||
service.DISABLE_REGISTRATION = true;
|
|
||||||
in {
|
in {
|
||||||
mailer = {
|
mailer = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
@ -35,6 +34,7 @@ in {
|
||||||
DEFAULT_BRANCH = "consensus";
|
DEFAULT_BRANCH = "consensus";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
|
DISABLE_REGISTRATION = true;
|
||||||
REGISTER_EMAIL_CONFIRM = true;
|
REGISTER_EMAIL_CONFIRM = true;
|
||||||
};
|
};
|
||||||
"markup.restructuredtext" = {
|
"markup.restructuredtext" = {
|
||||||
|
|
Loading…
Reference in a new issue