more database refinements along with new command line options

This commit is contained in:
2026-03-05 16:25:33 -07:00
parent 55c5c88c95
commit 3c7c91fa1b
5 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ func main() {
// Start server
go func() {
if err := e.Start(":1323"); err != nil && err != http.ErrServerClosed {
if err := e.Start(config.GlobalComputedConfig.Listen); err != nil && err != http.ErrServerClosed {
e.Logger.Fatalf("shutting down the server: %v", err)
}
}()