readme: document default for server.url in config.json

This commit is contained in:
Simon Ser 2023-03-13 20:35:42 +01:00
parent 2883234ff6
commit 2c3fbdd605

View File

@ -97,7 +97,7 @@ gamja default settings can be set using a `config.json` file at the root:
{
// IRC server settings.
"server": {
// WebSocket URL or path to connect to (string).
// WebSocket URL or path to connect to (string). Defaults to "/socket".
"url": "wss://irc.example.org",
// Channel(s) to auto-join (string or array of strings).
"autojoin": "#gamja",