Skip to content

Commit e15fc20

Browse files
committed
Fix test mysql
1 parent 710f7df commit e15fc20

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

integrations/mysql.ini.tmpl

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -43,30 +43,15 @@ APP_DATA_PATH = integrations/gitea-integration-mysql/data
4343
BUILTIN_SSH_SERVER_USER = git
4444
START_SSH_SERVER = true
4545
OFFLINE_MODE = false
46-
4746
LFS_START_SERVER = true
4847
LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
4948
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
50-
LFS_STORE_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
49+
50+
[lfs]
51+
MINIO_BASE_PATH = lfs/
5952

6053
[attachment]
61-
STORE_TYPE = minio
62-
SERVE_DIRECT = false
63-
MINIO_ENDPOINT = minio:9000
64-
MINIO_ACCESS_KEY_ID = 123456
65-
MINIO_SECRET_ACCESS_KEY = 12345678
66-
MINIO_BUCKET = gitea
67-
MINIO_LOCATION = us-east-1
6854
MINIO_BASE_PATH = attachments/
69-
MINIO_USE_SSL = false
7055

7156
[mailer]
7257
ENABLED = true

0 commit comments

Comments
 (0)