From 1f12d3e964b5d0ca5ec2539cdd4c979a5f1c19c4 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Apr 2024 10:29:58 +0300 Subject: [PATCH] add config.json --- .gitignore | 3 +-- config.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 config.json 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