projects
/
vchess.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Small update on main hall
[vchess.git]
/
client
/
src
/
parameters.js.dist
Commit
Line
Data
03470390
BA
1
const Parameters =
2
{
3
// URL of your socket server
4
socketUrl: "ws://localhost:3000",
5
6
// URL of the server (leave blank for 1-server case)
7
serverUrl: "http://localhost:3000",
8
};
9
10
export default Parameters;