Switch configuration file from json to toml

This commit is contained in:
2026-04-30 06:53:36 +02:00
parent 9f6c5b2880
commit d5c4cfa9d0
5 changed files with 40 additions and 15 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
)
func main() {
cfg := config.Load("config.json")
cfg := config.Load("config.toml")
os.MkdirAll(cfg.DataDir+"/files", 0755)