Disable last commit cache

This commit is contained in:
Alex D. 2021-07-30 17:59:43 +00:00
parent ac49e2710f
commit 60958cc394
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
. ../APKBUILD-config.template
pkgver=2021.06.01.03
pkgver=2021.07.30.01
pkgrel=0
depends="redxen-data-gitea-theme"
source="
@ -33,6 +33,6 @@ package() {
}
sha512sums="
e220ce0d91065f7ff4e4705f2a632147aad844bd71898d2d4ccbfc16638521a4980d204a3bcf09baf4174ffa6eab88fbd39d37458098e098ceb8dc4ed472d675 redxen.ini
fb309ffca3624b170649de462c1057660888908336e76c7884eef7a10d1be2e9185fb124c86599d50a37e0a36196ca06d64b0ecffaa23b00c3a79c51f99cc2e4 redxen.ini
012d489c5d71864cda4b99ec16b3d6edbf83d18ea14d2104afe70e320937f4dd223572e384fba040cb3d43ced8ca7267e434756e4a1cd8bd41bb6f9092ad4b9d secret
"

View File

@ -61,6 +61,7 @@ COOKIE_SECURE = true
[picture]
AVATAR_UPLOAD_PATH = avatars
REPOSITORY_AVATAR_UPLOAD_PATH = repo-avatars
ENABLE_FEDERATED_AVATAR = true
[attachment]
PATH = attachments
@ -97,6 +98,9 @@ ADAPTER = redis
HOST = redis://redis.routinginfo.internal:7551/?db=5&pool_size=100&idle_timeout=180s
ITEM_TTL = 10m
[cache.last_commit]
ENABLED = false
[oauth2]
JWT_SECRET = GITEA_OAUTH_JWT_TOKEN