Compare commits

...

1 Commits

Author SHA1 Message Date
Râu Cao
b1e116817e
Fix endpoint URL 2023-01-15 17:58:08 +08:00

View File

@ -14,7 +14,7 @@
"config": { "config": {
"storage": { "storage": {
"type": "minio", "type": "minio",
"endpoint": "localhost:3900", "endpoint": "http://localhost:3900",
"location": "garage", "location": "garage",
"use_ssl": "false" "use_ssl": "false"
} }