fix: fixed the gitea configuration (#876)
This commit is contained in:
parent
8b55dddb72
commit
f42c93c9e2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user