1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gamja_ynh.git synced 2024-09-03 18:36:34 +02:00

Update config.json

This commit is contained in:
Éric Gaspar 2024-02-25 12:24:40 +01:00
parent 769909cf7b
commit 7d303ae215

View file

@ -1,23 +1,10 @@
{ {
// IRC server settings.
"server": { "server": {
// WebSocket URL or path to connect to (string).
"url": "/?server=/webirc/websocket/", "url": "/?server=/webirc/websocket/",
// Channel(s) to auto-join (string or array of strings).
"autojoin": "#yunohost", "autojoin": "#yunohost",
// Controls how the password UI is presented to the user. Set to
// "mandatory" to require a password, "optional" to accept one but not
// require it, "disabled" to never ask for a password, or "external" to
// use SASL EXTERNAL. Defaults to "optional".
"auth": "optional", "auth": "optional",
// Default nickname (string).
"nick": "asdf", "nick": "asdf",
// Don't display the login UI, immediately connect to the server
// (boolean).
"autoconnect": true, "autoconnect": true,
// Interval in seconds to send PING commands (number). Set to 0 to
// disable. Enabling PINGs can have an impact on client power usage and
// should only be enabled if necessary.
"ping": 60 "ping": 60
} }
} }