Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Aug 22, 2023
1 parent 28eaec2 commit 21f7fdd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ And it can get responses from the webserver of what to do on the HLDS side.
| log_api_address | - | Yes | Set Log API Address Ie. https://api.yoursite.com/ |
| log_api_timeout | 5.0 | Yes | Timeout in seconds to wait for response from remote server |
| log_api_bearer | - | No | Bearer Token to use with HTTP |
| log_api_delay | 60.0 | No | Delay to update Server Info on webserver |

## Enable / Disable events
To enable what event will be sent to webserver, edit events.json file.
Expand All @@ -29,11 +30,14 @@ The settings will be work after server change level or restart.
"ServerActivate": false,
"ServerDeactivate": false,
"ServerAlertMessage": false,
"ServerInfo": false,
"ClientConnect": false,
"ClientPutInServer": false,
"ClientDisconnect": false,
"ClientKill": false,
"ClientUserInfoChanged": false
"ClientUserInfoChanged": false,
"ClientCommand": false,
"ClientSay": false
}
```

Expand Down

0 comments on commit 21f7fdd

Please sign in to comment.