mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-10 14:26:45 +00:00
Updated readme & config
This commit is contained in:
parent
c56f672b9d
commit
f98e0701eb
@ -1,2 +1,3 @@
|
||||
# Much-Assembly-Required
|
||||
Work in progress
|
||||
|
||||
https://muchassemblyrequired.com
|
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user