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

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