Rollback inadvertent file commit

This commit is contained in:
Sophie
2020-03-09 07:18:04 +00:00
parent 320ce7d783
commit 9710f1cc43
2 changed files with 6 additions and 6 deletions

View File

@@ -6,14 +6,14 @@
"devmodeoptions": { "devmodeoptions": {
"cleandb": false, "cleandb": false,
"maxlauncherhr": true, "maxlauncherhr": true,
"logoutboundmessages" : true "fixedstageid": true
}, },
"database": { "database": {
"host": "localhost", "host": "localhost",
"port": 5555, "port": 5432,
"user": "postgres", "user": "postgres",
"password": "qweasd", "password": "admin",
"database": "erupe" "database": "erupe"
}, },
"launcher": { "launcher": {
@@ -30,7 +30,7 @@
"port": 53310, "port": 53310,
"entries": [ "entries": [
{ {
"name": "Dev New", "name": "AErupe server noob",
"ip": "127.0.0.1", "ip": "127.0.0.1",
"unk2": 0, "unk2": 0,
"type": 3, "type": 3,
@@ -56,7 +56,7 @@
] ]
}, },
{ {
"name": "Dev Open", "name": "AErupe server open",
"ip": "127.0.0.1", "ip": "127.0.0.1",
"unk2": 0, "unk2": 0,
"type": 1, "type": 1,

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
cloud.google.com/go/spanner v1.2.1 // indirect cloud.google.com/go/spanner v1.2.1 // indirect
cloud.google.com/go/storage v1.6.0 // indirect cloud.google.com/go/storage v1.6.0 // indirect
github.com/Andoryuuta/byteframe v0.0.0-20200114030334-8979c5cc4c4a 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/ClickHouse/clickhouse-go v1.3.14 // indirect
github.com/aws/aws-sdk-go v1.29.10 // indirect github.com/aws/aws-sdk-go v1.29.10 // indirect
github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051 // indirect github.com/cockroachdb/cockroach-go v0.0.0-20190925194419-606b3d062051 // indirect