DokuWiki Satellite for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
649 B

{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
}
},
"memcached":
{
"server":
{
"host":"127.0.0.1",
"port":11211,
"timeout":3600
}
},
"dokuwiki":
{
"uri":
{
"home":"start"
},
"url":
{
"source":"http://.."
}
},
"string":
{
"resources":"Resources",
"links":"Links",
"sections":"Sections",
"pages":"Pages",
"actions":"Actions",
"main":"Main page",
"source":"Source",
"welcome":"About",
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
}
}