changing socket.io to exist on the same port as the server, made config file template (removed config file from repo)
parent
e6139487f6
commit
2d8725d522
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"socket" : {
|
||||||
|
"address" : "localhost",
|
||||||
|
"port" : "4567"
|
||||||
|
}
|
||||||
|
}
|
@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"socket" : {
|
|
||||||
"address" : "198.199.80.41",
|
|
||||||
"port" : "8081"
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue