X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fsocket_url.js.dist;fp=public%2Fjavascripts%2Fsocket_url.js.dist;h=c33fc595dd89b3f565b033d50e1a2d043f8930f9;hb=a48ee8b80ae4902f1e70629a608396fe3ff046d0;hp=0000000000000000000000000000000000000000;hpb=b41d5704896ba56527bbf7c007ede94dc69680c3;p=vchess.git diff --git a/public/javascripts/socket_url.js.dist b/public/javascripts/socket_url.js.dist new file mode 100644 index 00000000..c33fc595 --- /dev/null +++ b/public/javascripts/socket_url.js.dist @@ -0,0 +1,2 @@ +// URL of your socket server (rename into socket_url.js) +const socketUrl = "ws://localhost:3000";