bdoku/example/config.json

42 lines
649 B
JSON
Raw Normal View History

2024-01-31 10:57:34 +02:00
{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
}
},
2024-02-01 19:39:12 +02:00
"memcached":
{
"server":
{
"host":"127.0.0.1",
"port":11211,
2024-02-01 20:23:55 +02:00
"timeout":3600
2024-02-01 19:39:12 +02:00
}
},
2024-01-31 10:57:34 +02:00
"dokuwiki":
{
"uri":
{
"home":"start"
},
"url":
{
"source":"http://.."
2024-01-31 10:57:34 +02:00
}
},
"string":
{
2024-02-02 12:49:37 +02:00
"resources":"Resources",
2024-02-01 18:25:08 +02:00
"links":"Links",
2024-02-02 12:49:37 +02:00
"sections":"Sections",
"pages":"Pages",
2024-02-01 16:31:23 +02:00
"actions":"Actions",
"main":"Main page",
"source":"Source",
2024-02-02 12:49:37 +02:00
"welcome":"About",
2024-02-01 16:31:23 +02:00
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
2024-01-31 10:57:34 +02:00
}
}