From 019e78663da02e3f2da60690a64073ac641d0d75 Mon Sep 17 00:00:00 2001 From: handlerug Date: Mon, 5 Jul 2021 11:09:06 +0700 Subject: [PATCH] Remove Gemini-related configuration --- cfg/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cfg/config.go b/cfg/config.go index d5395db..3c12db5 100644 --- a/cfg/config.go +++ b/cfg/config.go @@ -62,7 +62,6 @@ type Hyphae struct { type Network struct { HTTPPort uint64 URL string `comment:"Set your wiki's public URL here. It's used for OpenGraph generation and syndication feeds."` - GeminiCertificatePath string `comment:"Gemini requires servers to use TLS for client connections. Specify your certificate's path here."` } // CustomScripts is a section with paths to JavaScript files that are loaded on