snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5daab81d01e4524616e786b0dc63778fd4201dae
parent 040c43fb08fb4c9c00240c53515432f5f83454c9
Author: default <nobody@localhost>
Date:   Fri, 19 Apr 2024 09:26:34 +0200

Added the default 'protocol' field to 'server.json'.

Diffstat:
Mutils.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/utils.c b/utils.c @@ -34,6 +34,7 @@ static const char *default_srv_config = "{" "\"admin_account\": \"\"," "\"title\": \"\"," "\"short_description\": \"\"," + "\"protocol\": \"https\"," "\"fastcgi\": false" "}";