1
0
mirror of https://github.com/YGGverse/Yoda.git synced 2025-03-13 06:01:21 +00:00

add config.json

This commit is contained in:
yggverse 2024-04-09 10:29:58 +03:00
parent 9bf15887c4
commit 1f12d3e964
2 changed files with 31 additions and 2 deletions

3
.gitignore vendored

@ -1,4 +1,3 @@
/vendor/
/composer.lock
/db.sqlite
/config.json
/db.sqlite

30
config.json Normal file

@ -0,0 +1,30 @@
{
"homepage":"gemini://yggverse.cities.yesterweb.org",
"theme":"Default",
"resolver":
{
"enabled":false,
"request":
{
"timeout":1,
"host":
[
"1.1.1.1",
"8.8.8.8"
],
"record":
[
"A",
"AAAA"
]
},
"result":
{
"shuffle":false,
"cache":
{
"timeout":3600
}
}
}
}