File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,19 @@ START_SSH_SERVER = true
45
45
OFFLINE_MODE = false
46
46
47
47
LFS_START_SERVER = true
48
- LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
48
+ ; LFS_CONTENT_PATH = integrations/gitea-integration-mysql/datalfs-mysql
49
49
LFS_JWT_SECRET = Tv_MjmZuHqpIY6GFl12ebgkRAMt4RlWt0v4EHKSXO0w
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
50
+
51
+ [lfs]
52
+ STORAGE_TYPE = minio
53
+ SERVE_DIRECT = false
54
+ MINIO_ENDPOINT = minio:9000
55
+ MINIO_ACCESS_KEY_ID = 123456
56
+ MINIO_SECRET_ACCESS_KEY = 12345678
57
+ MINIO_BUCKET = gitea
58
+ MINIO_LOCATION = us-east-1
59
+ MINIO_BASE_PATH = lfs/
60
+ MINIO_USE_SSL = false
59
61
60
62
[attachment]
61
63
MINIO_BASE_PATH = attachments/
You can’t perform that action at this time.
0 commit comments