actions enabled on Forgejo server side
This commit is contained in:
parent
2cad72678d
commit
846975f994
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@
|
||||||
DOMAIN = "git.shibe.pro";
|
DOMAIN = "git.shibe.pro";
|
||||||
HTTP_PORT = 48540;
|
HTTP_PORT = 48540;
|
||||||
OFFLINE_MODE = true; # disable gravatar, CDN
|
OFFLINE_MODE = true; # disable gravatar, CDN
|
||||||
[actions]
|
};
|
||||||
|
settings.actions = {
|
||||||
ENABLED = true;
|
ENABLED = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
settings.service.DISABLE_REGISTRATION = true;
|
settings.service.DISABLE_REGISTRATION = true;
|
||||||
database = {
|
database = {
|
||||||
|
|
Loading…
Reference in a new issue