Added Random number generator

This commit is contained in:
simon
2017-11-11 14:34:33 -05:00
parent f98e0701eb
commit e2ed744479
9 changed files with 110 additions and 8 deletions

View File

@@ -7,9 +7,9 @@ mysql_url=jdbc:mysql://localhost:3306/mar?useSSL=false
save_interval=10
# Web server port
webSocket_port=8887
webSocket_host=localhost
webSocket_host=0.0.0.0
use_secure_webSocket=1
use_secure_webSocket=0
cert_path=certificates
# ----------------------------------------------