From 9ed22ec6b7a65be0b1b476df482edf66d1ed77e6 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Mon, 5 Jan 2026 13:46:17 +0700 Subject: [PATCH] fix: update config minio --- config/toml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index 5f3da01..4391c6f 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -25,7 +25,7 @@ level = 0 # panic -> 5, fatal -> 4, error -> 3, warn -> 2, info -> 1, debug -> 0 prettier = true [objectstorage.miniostorage] -endpoint = "https://is3.cloudhost.id" +endpoint = "is3.cloudhost.id" access-key-id = "YRP1RM617986USRU6NN8" secret-access-key = "vfbwQDYb1m7nfzo4LVEz90BIyOWfBMZ6bfGQbqDO" use-ssl = true