From c916e1854f36c22209987dcf7cb32c9feb811b22 Mon Sep 17 00:00:00 2001 From: Runxi Yu <me@runxiyu.org> Date: Fri, 14 Feb 2025 11:56:21 +0800 Subject: *: Make the forge title configurable --- http_global.go | 1 + 1 file changed, 1 insertion(+) (limited to 'http_global.go') diff --git a/http_global.go b/http_global.go index e7ee580..b1e5585 100644 --- a/http_global.go +++ b/http_global.go @@ -3,4 +3,5 @@ package main var global_data = map[string]any{ "server_public_key_string": &server_public_key_string, "server_public_key_fingerprint": &server_public_key_fingerprint, + // Some other ones are populated after config parsing } -- cgit v1.2.3