Skip to content

Commit cbe133d

Browse files
committed
Adding specification for the secret server to be an hex string.
1 parent 12e0fb3 commit cbe133d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ JAVA 7 when working with this project.
4444
You must specify the following startup arguments for `run_server.sh:
4545
+ `<team_id>` and `<team_secret>`: a numeric id for your team, and a secret
4646
code, which are used to authenticate your server with the Relay server.
47-
You can specify any integer value for `<team_id>`, and any string for
48-
`<team_secret>` when you launch the server in your local setup since it
49-
will not connect to the Relay server.
47+
You can specify any integer value for `<team_id>`, and a value expressed
48+
in hexadecimal format (using numbers `0-9` or letters in the range `A-F`)
49+
for `<team_secret>` when you launch the server in your local setup since
50+
it will not connect to the Relay server.
5051
+ `<port>`: the TCP port that your Server will listen on for connections
5152
from the Client. You can use any value between 1024 and 65535, as long as
5253
there is no other service currently listening on that port in your

0 commit comments

Comments
 (0)