containerized; first fixes; html templates added
This commit is contained in:
@@ -16,7 +16,7 @@ import (
|
||||
|
||||
func Run() {
|
||||
cfg := config.LoadConfig()
|
||||
|
||||
logger.Info.Printf("Config: %v", cfg)
|
||||
db := database.Connect(cfg.DB)
|
||||
defer db.Close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user