bdoku/example/config.json

79 lines
1.4 KiB
JSON
Raw Normal View History

2024-01-31 08:57:34 +00:00
{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
2024-02-04 11:55:05 +00:00
},
"response":
{
"default":
{
"code":20,
2024-02-04 22:53:03 +00:00
"meta":"text/gemini; charset=utf-8"
2024-02-04 11:55:05 +00:00
}
2024-01-31 08:57:34 +00:00
}
},
2024-02-01 17:39:12 +00:00
"memcached":
{
"server":
{
"host":"127.0.0.1",
"port":11211,
2024-02-01 18:23:55 +00:00
"timeout":3600
2024-02-01 17:39:12 +00:00
}
},
2024-02-02 22:58:19 +00:00
"manticore":
{
"server":
{
"host":"127.0.0.1",
"port":9308
},
"index":
{
"document":{
"name":"dokuwiki_gemini_server",
"settings":
{
"morphology":"stem_cz,stem_enru",
"index_exact_words":1,
"html_strip":1,
"min_word_len":3,
"min_prefix_len":3
}
},
"extension":"txt"
}
},
2024-01-31 08:57:34 +00:00
"dokuwiki":
{
"url":
{
"source":"http://..",
"alias":
{
"gemini://..":"",
"gemini://..":""
}
2024-01-31 08:57:34 +00:00
}
},
"string":
{
2024-02-02 10:49:37 +00:00
"resources":"Resources",
2024-02-01 16:25:08 +00:00
"links":"Links",
2024-02-02 10:49:37 +00:00
"sections":"Sections",
"pages":"Pages",
2024-02-01 14:31:23 +00:00
"actions":"Actions",
2024-02-02 22:58:19 +00:00
"search":"Search",
"results":"Request results",
"found":"Found",
"nothing":"Nothing found by this request",
"main":"Main page",
"source":"Source",
"alias":"Alias",
2024-02-02 10:49:37 +00:00
"welcome":"About",
2024-02-08 13:12:23 +00:00
"about":"=> https://github.com/YGGverse/bdoku GitHub"
2024-01-31 08:57:34 +00:00
}
}