mirror of
https://git.sr.ht/~emersion/gamja
synced 2025-04-06 03:54:43 -04:00
readme: document default for server.url in config.json
This commit is contained in:
parent
2883234ff6
commit
2c3fbdd605
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue