Uniformize path to database
[vchess.git] / public / javascripts / socket_url.js.dist
diff --git a/public/javascripts/socket_url.js.dist b/public/javascripts/socket_url.js.dist
new file mode 100644 (file)
index 0000000..c33fc59
--- /dev/null
@@ -0,0 +1,2 @@
+// URL of your socket server (rename into socket_url.js)
+const socketUrl = "ws://localhost:3000";