Skip to content

Commit

Permalink
doc: Update example config to use IPv4
Browse files Browse the repository at this point in the history
  • Loading branch information
elementbound committed Nov 28, 2023
1 parent 822deca commit 87580c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Socket ======================================================================
# TCP hostname to listen on
NORAY_SOCKET_HOST=::1
NORAY_SOCKET_HOST=0.0.0.0
# TCP port to listen on
NORAY_SOCKET_PORT=8890

# HTTP ========================================================================
# HTTP hostname to listen on
NORAY_HTTP_HOST=::1
NORAY_HTTP_HOST=0.0.0.0
# HTTP port to listen on
NORAY_HTTP_PORT=8891

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foxssake/noray",
"version": "1.3.3",
"version": "1.3.4",
"description": "Online multiplayer orchestrator and potential game platform",
"main": "src/noray.mjs",
"bin": {
Expand Down

0 comments on commit 87580c2

Please sign in to comment.