all repos — honk @ 2bca25d49d2254186c6d55dd6ef01735350511de

my fork of honk

config values are lowercase
Ted Unangst tedu@tedunangst.com
Fri, 20 May 2022 15:54:08 -0400
commit

2bca25d49d2254186c6d55dd6ef01735350511de

parent

a08066aa6fc2e40311303d1dd44f60612b690aaf

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M honk.gohonk.go

@@ -322,7 +322,7 @@ getconfig("honksep", &honkSep)

getconfig("devel", &develMode) getconfig("fasttimeout", &fastTimeout) getconfig("slowtimeout", &slowTimeout) - getconfig("signGets", &signGets) + getconfig("signgets", &signGets) prepareStatements(db) switch cmd { case "admin":