diff --git a/config.json b/config.json index 74588b446..362926dc8 100644 --- a/config.json +++ b/config.json @@ -6,14 +6,14 @@ "devmodeoptions": { "cleandb": false, "maxlauncherhr": true, - "logoutboundmessages" : true + "fixedstageid": true }, "database": { "host": "localhost", - "port": 5555, + "port": 5432, "user": "postgres", - "password": "qweasd", + "password": "admin", "database": "erupe" }, "launcher": { @@ -30,7 +30,7 @@ "port": 53310, "entries": [ { - "name": "Dev New", + "name": "AErupe server noob", "ip": "127.0.0.1", "unk2": 0, "type": 3, @@ -56,7 +56,7 @@ ] }, { - "name": "Dev Open", + "name": "AErupe server open", "ip": "127.0.0.1", "unk2": 0, "type": 1, diff --git a/go.mod b/go.mod index 1bceefbde..be82752b5 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( cloud.google.com/go/spanner v1.2.1 // indirect cloud.google.com/go/storage v1.6.0 // indirect github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a - github.com/BurntSushi/toml v0.3.1 // indirect + github.com/BurntSushi/toml v0.3.1 github.com/ClickHouse/clickhouse-go v1.3.14 // indirect github.com/aws/aws-sdk-go v1.29.10 // indirect github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051 // indirect