This commit is contained in:
Anthony Wang 2024-09-23 00:58:32 +00:00
parent 7a4ead14a9
commit 204849fe82
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -11,9 +11,9 @@ import (
)
type Config struct {
_ConfigDirectory string `toml:"-"`
SiteName string
IconSrc string
_ConfigDirectory string `toml:"-"`
SiteName string
IconSrc string
// db location
Database string
UnixSocket string