From 4c612ffe0adae16485390e792bfaea33b372a839 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Fri, 3 Nov 2023 21:30:22 +0100 Subject: [PATCH] Take etc/www/config.json out of revision control. This file contains site-specific configuration. Instead, an example.config.json is now provided. --- etc/www/{config.json => example.config.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename etc/www/{config.json => example.config.json} (100%) diff --git a/etc/www/config.json b/etc/www/example.config.json similarity index 100% rename from etc/www/config.json rename to etc/www/example.config.json