Merge pull request #1528 from Zillode/change-gui-port

Change (default) GUI port from 8080 to 8384 ('ST' in ascii values)
This commit is contained in:
Jakob Borg
2015-03-27 14:08:03 +01:00
3 changed files with 3 additions and 3 deletions

View File

@@ -749,7 +749,7 @@ func defaultConfig(myName string) config.Configuration {
},
}
port, err := getFreePort("127.0.0.1", 8080)
port, err := getFreePort("127.0.0.1", 8384)
if err != nil {
l.Fatalln("get free port (GUI):", err)
}