- Updated testing example

This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-13 15:07:00 +02:00
parent 1a9ab5393f
commit e89e05b66a
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ An example configuration file can look as follows:
```json
{
"irc" : {
"host": "fd08:8441:e254::5",
"host": "irc.freenode.net",
"port": 6667,
"nickname": "tlangbot",
"realname": "TLang Development Bot",
@ -56,7 +56,7 @@ An example configuration file can look as follows:
},
"ntfy": {
"endpoint": "http://ntfy.sh",
"topic": "tlang_dev"
"topic": "myTestFr"
}
}
```