Compare commits
No commits in common. "a4181c62b11709ec3dba6aec689f0ef422c08a3b" and "c729e57431b1ed8babe17b8ed46db39928f261b1" have entirely different histories.
a4181c62b1
...
c729e57431
|
@ -167,10 +167,7 @@
|
||||||
passwordFile = "/etc/gittea-pass";
|
passwordFile = "/etc/gittea-pass";
|
||||||
};
|
};
|
||||||
settings.security.INSTALL_LOCK = true;
|
settings.security.INSTALL_LOCK = true;
|
||||||
settings.service = {
|
settings.service.SHOW_REGISTRATION_BUTTON = false;
|
||||||
SHOW_REGISTRATION_BUTTON = false;
|
|
||||||
DISABLE_REGISRATION = true;
|
|
||||||
};
|
|
||||||
settings.ui.DEFAULT_THEME = "arc-green";
|
settings.ui.DEFAULT_THEME = "arc-green";
|
||||||
settings.api.ENABLE_SWAGGER = false;
|
settings.api.ENABLE_SWAGGER = false;
|
||||||
settings.server = {
|
settings.server = {
|
||||||
|
|
Loading…
Reference in New Issue