Compare commits

..

1 Commits

Author SHA1 Message Date
Râu Cao
3933e4c310
Fix endpoint URL 2023-01-17 15:36:42 +08:00

View File

@ -14,14 +14,14 @@
"config": {
"storage": {
"type": "minio",
"endpoint": "http://localhost:3900",
"endpoint": "localhost:3900",
"location": "garage",
"use_ssl": "false"
}
}
},
"kosmos-mastodon": {
"s3_endpoint": "localhost:3900",
"s3_endpoint": "http://localhost:3900",
"s3_region": "garage",
"s3_bucket": "kosmos-social",
"s3_alias_host": "s3.kosmos.social",