mirror of
https://github.com/YGGverse/bdoku.git
synced 2026-03-31 09:45:31 +00:00
fix encoding, add response settings
This commit is contained in:
parent
0d5f100a25
commit
ea359f2089
2 changed files with 10 additions and 2 deletions
|
|
@ -5,6 +5,14 @@
|
|||
{
|
||||
"host":"127.0.0.1",
|
||||
"port":1965
|
||||
},
|
||||
"response":
|
||||
{
|
||||
"default":
|
||||
{
|
||||
"code":20,
|
||||
"meta":"text/gemini; charset=utf-8;"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memcached":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue