bdoku/example/config.json
2024-02-01 16:31:23 +02:00

28 lines
393 B
JSON

{
"gemini":
{
"server":
{
"host":"127.0.0.1",
"port":1965
}
},
"dokuwiki":
{
"uri":
{
"home":"start"
},
"url":
{
"source":"http://.."
}
},
"string":
{
"actions":"Actions",
"main":"Main page",
"source":"Source",
"about":"=> https://github.com/YGGverse/dokuwiki-gemini-server GitHub"
}
}