mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-14 17:45:04 +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\": \"\","
|
||||
"\"title\": \"\","
|
||||
"\"short_description\": \"\","
|
||||
"\"protocol\": \"https\","
|
||||
"\"fastcgi\": false"
|
||||
"}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue