fix: update configuration files to use YAML format and adjust references in deployment

This commit is contained in:
2026-01-10 20:27:15 +08:00
parent 9865f7fa7a
commit 18fa32a915
6 changed files with 14 additions and 22 deletions

View File

@@ -17,7 +17,7 @@ var (
func main() {
// read -f parameter (config file)
configPath := flag.String("f", ".linux-config.json", "config file")
configPath := flag.String("f", ".linux-config.yaml", "config file")
flag.Parse()
conf.Init(*configPath)