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

This commit is contained in:
default 2024-04-19 09:26:34 +02:00
parent 040c43fb08
commit 5daab81d01

View File

@ -34,6 +34,7 @@ static const char *default_srv_config = "{"
"\"admin_account\": \"\","
"\"title\": \"\","
"\"short_description\": \"\","
"\"protocol\": \"https\","
"\"fastcgi\": false"
"}";