Updated readme & config

This commit is contained in:
simon 2017-11-11 10:28:07 -05:00
parent c56f672b9d
commit f98e0701eb
2 changed files with 8 additions and 4 deletions

View File

@ -1,2 +1,3 @@
# Much-Assembly-Required
Work in progress
https://muchassemblyrequired.com

View File

@ -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\