From fcb3600bcadfe287cf6325320f05511d87b03a22 Mon Sep 17 00:00:00 2001 From: voluntas Date: Mon, 23 Oct 2023 16:09:26 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BB=E3=82=AF=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=81=AF=E8=AA=A4=E8=A7=A3=E3=82=92=E6=8B=9B=E3=81=8F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_example.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config_example.ini b/config_example.ini index 62a35bf..6880ad1 100644 --- a/config_example.ini +++ b/config_example.ini @@ -18,7 +18,7 @@ uploaded_file_cache_size = 32 # 0 の場合は制限しません # upload_file_rate_limit_mbps = 0 -# [log] +# ログ log_dir = . log_name = sora-archive-uploader.jsonl log_stdout = true @@ -30,9 +30,8 @@ log_rotate_max_backups = 7 log_rotate_max_age = 30 log_rotate_compress = false -# [object_storage] - # アップロード先の S3 または S3 互換オブジェクトストレージの設定 + # object_storage_endpoint = https://s3.example.com # object_storage_bucket_name = bucket-name # object_storage_access_key_id = access-key-id