bdoku/example/config.json

42 lines
649 B
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-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",
"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
}
}