From f98e0701eb7470523b4ed67e5677154951deb579 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 11 Nov 2017 10:28:07 -0500 Subject: [PATCH] Updated readme & config --- README.md | 3 ++- config.properties | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 270ad1b..bbe738f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Much-Assembly-Required -Work in progress + +https://muchassemblyrequired.com \ No newline at end of file diff --git a/config.properties b/config.properties index e09f0c2..e33a517 100644 --- a/config.properties +++ b/config.properties @@ -7,7 +7,10 @@ mysql_url=jdbc:mysql://localhost:3306/mar?useSSL=false save_interval=10 # Web server port webSocket_port=8887 -webSocket_host=0.0.0.0 +webSocket_host=localhost + +use_secure_webSocket=1 +cert_path=certificates # ---------------------------------------------- # Length of a tick in ms @@ -19,8 +22,8 @@ stack_bottom=32768 # Size of the memory in bytes memory_size=65536 # Initial location of new user's controlled unit -new_user_worldX = 0 -new_user_worldY = 0 +new_user_worldX = 32767 +new_user_worldY = 32767 # Default user code new_user_code=; Welcome to Much Assembly required!\n\ ; You will find useful information on the game here: https://github.com/simon987/Much-Assembly-Required/wiki\n\