Update defaul ports

This commit is contained in:
Alexey Khit
2022-08-19 15:41:48 +03:00
parent 5b7e1a89d7
commit 3e1f4a0110
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ func Init() {
}
// default config
cfg.Mod.Listen = ":3000"
cfg.Mod.Listen = ":1984"
cfg.Mod.StaticDir = "www"
// load config from YAML
+1 -1
View File
@@ -18,7 +18,7 @@ func Init() {
}
// default config
conf.Mod.Listen = ":554"
conf.Mod.Listen = ":8554"
app.LoadConfig(&conf)