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": {
"storage": {
"type": "minio",
"endpoint": "localhost:3900",
"endpoint": "http://localhost:3900",
"location": "garage",
"use_ssl": "false"
}