From 27dd9930853c17c1729e42f35198b51fdcb4c2f0 Mon Sep 17 00:00:00 2001 From: nazeh Date: Thu, 3 Oct 2024 09:51:59 +0300 Subject: [PATCH] chore(homeserver): rename config.toml to config.example.toml --- .gitignore | 1 + pubky-homeserver/src/{config.toml => config.example.toml} | 0 2 files changed, 1 insertion(+) rename pubky-homeserver/src/{config.toml => config.example.toml} (100%) diff --git a/.gitignore b/.gitignore index 2f7896d..bab85c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target/ +config.toml diff --git a/pubky-homeserver/src/config.toml b/pubky-homeserver/src/config.example.toml similarity index 100% rename from pubky-homeserver/src/config.toml rename to pubky-homeserver/src/config.example.toml