websocket basic setup FE & BE && working basic game w/ react && webpack & babel config
This commit is contained in:
@@ -74,3 +74,9 @@ fos_user:
|
||||
db_driver: orm # other valid values are 'mongodb', 'couchdb' and 'propel'
|
||||
firewall_name: main
|
||||
user_class: Jotunheimr\UserBundle\Entity\User
|
||||
|
||||
# Web Socket Configuration
|
||||
gos_web_socket:
|
||||
server:
|
||||
port: 8080 #The port the socket server will listen on
|
||||
host: 127.0.0.1 #The host ip to bind to
|
||||
|
||||
Reference in New Issue
Block a user