From 127d54ecf4a336a550ffbd52fda7c4e36196ef40 Mon Sep 17 00:00:00 2001 From: Alexander Weiss Date: Tue, 6 Feb 2024 19:55:54 +0100 Subject: [PATCH] fix(config): rename service examples --- config/services/{opendal.toml => b2.toml} | 0 config/services/{ovh-hot-cold.toml => rclone_ovh-hot-cold.toml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename config/services/{opendal.toml => b2.toml} (100%) rename config/services/{ovh-hot-cold.toml => rclone_ovh-hot-cold.toml} (100%) diff --git a/config/services/opendal.toml b/config/services/b2.toml similarity index 100% rename from config/services/opendal.toml rename to config/services/b2.toml diff --git a/config/services/ovh-hot-cold.toml b/config/services/rclone_ovh-hot-cold.toml similarity index 100% rename from config/services/ovh-hot-cold.toml rename to config/services/rclone_ovh-hot-cold.toml