1
0
mirror of https://github.com/YGGverse/bdoku.git synced 2025-01-13 08:37:59 +00:00
bdoku/example/config.json

69 lines
1.2 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-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":
{
"uri":
{
"home":"start"
},
"url":
{
"source":"http://.."
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",
2024-02-02 10:49:37 +00:00
"welcome":"About",
2024-02-01 14:31:23 +00:00
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
2024-01-31 08:57:34 +00:00
}
}