forgejo disable registration
This commit is contained in:
parent
edbef83c4f
commit
9b007de967
|
@ -8,7 +8,7 @@
|
||||||
RUN_MODE = "prod";
|
RUN_MODE = "prod";
|
||||||
};
|
};
|
||||||
service = {
|
service = {
|
||||||
DISABLE_REGISTRATION = false;
|
DISABLE_REGISTRATION = true;
|
||||||
};
|
};
|
||||||
other = {
|
other = {
|
||||||
SHOW_FOOTER_VERSION = true;
|
SHOW_FOOTER_VERSION = true;
|
||||||
|
|
Loading…
Reference in a new issue