game tryout

This commit is contained in:
Torsten Ruger
2015-07-06 21:55:34 +03:00
parent ad0550a2d3
commit 8e51078a47
18 changed files with 89827 additions and 30 deletions

View File

@ -100,8 +100,8 @@ Volt.configure do |config|
# config.message_bus.bus_name = 'peer_to_peer'
#
# Encrypt message bus - messages on the message bus are encrypted by default
# using rbnacl.
# config.message_bus.disable_encryption = true
# but this is meant to be used locally by a developer
config.message_bus.disable_encryption = true
#
# ## MessageBus Server -- the message bus binds to a port and ip which the
# other volt instances need to be able to connect to. You can customize