aboutsummaryrefslogtreecommitdiff
path: root/http_global.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-14 11:56:21 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-14 11:56:21 +0800
commitc916e1854f36c22209987dcf7cb32c9feb811b22 (patch)
tree163bc34b14f7839b58a24f445756b1dadcfdc9d4 /http_global.go
parentREADME.md: Fix typo (diff)
downloadforge-c916e1854f36c22209987dcf7cb32c9feb811b22.tar.gz
forge-c916e1854f36c22209987dcf7cb32c9feb811b22.tar.zst
forge-c916e1854f36c22209987dcf7cb32c9feb811b22.zip
*: Make the forge title configurable
Diffstat (limited to 'http_global.go')
-rw-r--r--http_global.go1
1 files changed, 1 insertions, 0 deletions
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
}