fix: fixed the gitea configuration (#876)

This commit is contained in:
Danil Antoshkin 2023-07-20 21:21:27 +03:00 committed by GitHub
parent 8b55dddb72
commit f42c93c9e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,9 @@ LOCAL_COPY_PATH = /data/gitea/tmp/local-repo
[repository.upload]
TEMP_PATH = /data/gitea/uploads
[lfs]
PATH=/data/git/lfs
[server]
APP_DATA_PATH = /data/gitea
DOMAIN = localhost
@ -21,7 +24,6 @@ DISABLE_SSH = false
SSH_PORT = 22
SSH_LISTEN_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = /data/git/lfs
LFS_JWT_SECRET = wo2G20l0nGsspUp8xsLNSNF7H8U-GQUVth5gj_q5cDk
OFFLINE_MODE = false