Skip to content

Commit

Permalink
Updated .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 29, 2024
1 parent c53b92e commit b4915a2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ JWT_SECRET=password
UID=1000
GID=1000

# wss.php
WSS_ADDRESS=0.0.0.0
WSS_PORT=8443

ALLOWED_USER_AGENT_SCHEME=https
ALLOWED_USER_AGENT_HOST=ui.chesslablab.org

# ws.php
WS_ADDRESS=0.0.0.0
WS_PORT=8085
# cli/workerman/wss.php
WSS_ADDRESS=0.0.0.0
WSS_PORT=8443

# cli/ratchet/ws.php
# WS_ADDRESS=0.0.0.0
# WS_PORT=8085

0 comments on commit b4915a2

Please sign in to comment.