diff --git a/config.json b/config.json index ea90962..6eef573 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "serverIP": "192.168.1.36", + "serverIP": "192.168.1.35", "serverPort": "3050", "folder": "files", "blockedIPs": [ diff --git a/goImgServer b/goImgServer index 7f1e175..f9c3b2c 100755 Binary files a/goImgServer and b/goImgServer differ diff --git a/main.go b/main.go index 9ff41d2..bb83966 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( func main() { readConfig("config.json") - fmt.Println(config) + fmt.Printf("%+v\n", config) router := NewRouter()