Add option to set config file path

This commit is contained in:
2026-03-03 21:54:50 +01:00
parent a53c57c039
commit e066321468
2 changed files with 17 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func main() {
c := config.LoadConfig("plm.toml")
c := config.LoadConfig()
r := setup.Setup(&c)
r.Run(":" + c.Port)
}