mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
readme: make it clear server.url can be a path in config.json
This commit is contained in:
parent
77030931cb
commit
093eecff91
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ gamja default settings can be set using a `config.json` file at the root:
|
||||||
{
|
{
|
||||||
// IRC server settings.
|
// IRC server settings.
|
||||||
"server": {
|
"server": {
|
||||||
// WebSocket URL to connect to (string).
|
// WebSocket URL or path to connect to (string).
|
||||||
"url": "wss://irc.example.org",
|
"url": "wss://irc.example.org",
|
||||||
// Channel(s) to auto-join (string or array of strings).
|
// Channel(s) to auto-join (string or array of strings).
|
||||||
"autojoin": "#gamja",
|
"autojoin": "#gamja",
|
||||||
|
|
Loading…
Reference in a new issue