Change default port of Poseidon to 7200
This commit is contained in:

committed by
Jan-Eric Hellenberg

parent
c497e2f19c
commit
7a2f434171
@@ -18,8 +18,8 @@ import (
|
||||
var (
|
||||
Config = &configuration{
|
||||
Server: server{
|
||||
Address: "127.0.0.1",
|
||||
Port: 3000,
|
||||
Address: "127.0.0.1",
|
||||
Port: 7200,
|
||||
Token: "",
|
||||
TLS: false,
|
||||
CertFile: "",
|
||||
|
Reference in New Issue
Block a user