diff --git a/.gitignore b/.gitignore index fbc3b97e..cf1d1647 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /vendor/ /composer.lock -/db.sqlite -/config.json \ No newline at end of file +/db.sqlite \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 00000000..4b0e5f18 --- /dev/null +++ b/config.json @@ -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 + } + } + } +} \ No newline at end of file