This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
teemant-old/client.config.example.toml

26 lines
502 B
TOML

[server]
# HTTP server port
port=8080
# Debug information
debug=true
# Print statistics about the currently running instance periodically
printStats=true
[client]
# IRC settings
username="teemant"
realname="A Teemant User"
default_quit_msg="Teemant IRC"
default_part_msg="Bye!"
default_server="irc.icynet.ml"
default_port=6667
# Socket settings
secure_by_default=false
timeout=3000
encoding="utf-8"
rejectUnauthorizedCertificates=false
[webirc]
enabled=true
resolveInterval=43200