mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-23 12:24:45 +01:00
Rollback inadvertent file commit
This commit is contained in:
10
config.json
10
config.json
@@ -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
2
go.mod
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user