Skip to content

Commit 8352cbd

Browse files
committed
Fix test mysql
1 parent e15fc20 commit 8352cbd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

integrations/mysql.ini.tmpl

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,19 @@ APP_DATA_PATH = integrations/gitea-integration-mysql/data
4343
BUILTIN_SSH_SERVER_USER = git
4444
START_SSH_SERVER = true
4545
OFFLINE_MODE = false
46+
4647
LFS_START_SERVER = true
4748
LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
4849
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
49-
50-
[lfs]
51-
MINIO_BASE_PATH = lfs/
50+
LFS_STORAGE_TYPE = minio
51+
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
5259

5360
[attachment]
5461
MINIO_BASE_PATH = attachments/

0 commit comments

Comments
 (0)