mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-15 01:55:03 +00:00
Added the default 'protocol' field to 'server.json'.
This commit is contained in:
parent
040c43fb08
commit
5daab81d01
1 changed files with 1 additions and 0 deletions
1
utils.c
1
utils.c
|
@ -34,6 +34,7 @@ static const char *default_srv_config = "{"
|
||||||
"\"admin_account\": \"\","
|
"\"admin_account\": \"\","
|
||||||
"\"title\": \"\","
|
"\"title\": \"\","
|
||||||
"\"short_description\": \"\","
|
"\"short_description\": \"\","
|
||||||
|
"\"protocol\": \"https\","
|
||||||
"\"fastcgi\": false"
|
"\"fastcgi\": false"
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue