From 96200b8aeb4bf7e165944df09f1d903cf6c4ce91 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Thu, 14 Oct 2021 14:24:06 +0900 Subject: [PATCH] renamed config files. --- etc/{config.json => config.sample.json} | 0 etc/{digitemp.conf => digitemp.sample.conf} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename etc/{config.json => config.sample.json} (100%) rename etc/{digitemp.conf => digitemp.sample.conf} (100%) diff --git a/etc/config.json b/etc/config.sample.json similarity index 100% rename from etc/config.json rename to etc/config.sample.json diff --git a/etc/digitemp.conf b/etc/digitemp.sample.conf similarity index 100% rename from etc/digitemp.conf rename to etc/digitemp.sample.conf