Fix endpoint URL

This commit is contained in:
Râu Cao 2023-01-15 17:58:08 +08:00
parent f777af22b8
commit b1e116817e
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

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