1
1
Fork 0

Disable gitea package manager

This commit is contained in:
Jaculabilis 2022-12-13 22:07:59 +00:00
parent b3542abff0
commit 20e269c89d
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
log.LEVEL = "Info";
# Private server
service.DISABLE_REGISTRATION = true;
# Disable package manager functionality
packages.ENABLED = false;
};
};