services/gitea: Enable API

This commit is contained in:
kat witch 2021-04-25 18:52:19 +01:00
parent 687cb5beed
commit e0aa1fc238
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -25,6 +25,7 @@
};
settings = {
security = { DISABLE_GIT_HOOKS = false; };
api = { ENABLE_SWAGGER = true; };
mailer = {
ENABLED = true;
MAILER_TYPE = "sendmail";