gitea: also set APP_DATA_PATH

This commit is contained in:
Jörg Thalheim 2023-07-13 11:17:56 +02:00
parent 5adf44c23e
commit 448a368491
2 changed files with 6 additions and 5 deletions

View File

@ -24,6 +24,7 @@
settings.service.DISABLE_REGISTRATION = false;
settings.metrics.ENABLED = true;
settings.server = {
APP_DATA_PATH = "/var/lib/gitea/data";
DISABLE_ROUTER_LOG = true;
ROOT_URL = "https://git.clan.lol";
HTTP_PORT = 3002;

File diff suppressed because one or more lines are too long