Skip to content

Commit 50b0eb8

Browse files
committed
change default configs
1 parent a7163a9 commit 50b0eb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bukkit/src/main/resources/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
encryption_key: key
2-
master: 127.0.0.1:12345
2+
master: 127.0.0.1:21639

server/src/main/java/net/outfluencer/convey/server/config/JsonServerConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class JsonServerConfig {
1818
public static final Gson GSON = new GsonBuilder().setPrettyPrinting().disableHtmlEscaping().create();
1919

2020
@SerializedName("bind")
21-
public String bind = "127.0.0.1:21639";
21+
public String bind = "0.0.0.0:21639";
2222

2323
@SerializedName("encryption-key")
2424
public String encryptionKey = Base64.getEncoder().encodeToString(AESUtils.generateKey().getEncoded());

0 commit comments

Comments
 (0)