mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
initial commit
This commit is contained in:
parent
8c304ece78
commit
fab623885c
5 changed files with 206 additions and 0 deletions
21
example/config.json
Normal file
21
example/config.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"gemini":
|
||||
{
|
||||
"server":
|
||||
{
|
||||
"host":"127.0.0.1",
|
||||
"port":1965
|
||||
}
|
||||
},
|
||||
"dokuwiki":
|
||||
{
|
||||
"uri":
|
||||
{
|
||||
"home":"start"
|
||||
},
|
||||
"url":
|
||||
{
|
||||
"canonical":"http://.."
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue