We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15fc20 commit 8352cbdCopy full SHA for 8352cbd
integrations/mysql.ini.tmpl
@@ -43,12 +43,19 @@ APP_DATA_PATH = integrations/gitea-integration-mysql/data
43
BUILTIN_SSH_SERVER_USER = git
44
START_SSH_SERVER = true
45
OFFLINE_MODE = false
46
+
47
LFS_START_SERVER = true
48
LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
49
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
-
50
-[lfs]
51
-MINIO_BASE_PATH = lfs/
+LFS_STORAGE_TYPE = minio
+LFS_SERVE_DIRECT = false
52
+LFS_MINIO_ENDPOINT = minio:9000
53
+LFS_MINIO_ACCESS_KEY_ID = 123456
54
+LFS_MINIO_SECRET_ACCESS_KEY = 12345678
55
+LFS_MINIO_BUCKET = gitea
56
+LFS_MINIO_LOCATION = us-east-1
57
+LFS_MINIO_BASE_PATH = lfs/
58
+LFS_MINIO_USE_SSL = false
59
60
[attachment]
61
MINIO_BASE_PATH = attachments/
0 commit comments