File tree Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Expand file tree Collapse file tree 1 file changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -43,30 +43,15 @@ APP_DATA_PATH = integrations/gitea-integration-mysql/data
43
43
BUILTIN_SSH_SERVER_USER = git
44
44
START_SSH_SERVER = true
45
45
OFFLINE_MODE = false
46
-
47
46
LFS_START_SERVER = true
48
47
LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
49
48
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/
59
52
60
53
[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
68
54
MINIO_BASE_PATH = attachments/
69
- MINIO_USE_SSL = false
70
55
71
56
[mailer]
72
57
ENABLED = true
You can’t perform that action at this time.
0 commit comments