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
Raw Permalink Normal View History

2016-09-23 21:38:09 +00:00
[server]
2016-11-14 15:20:27 +00:00
# HTTP server port
2016-09-23 21:38:09 +00:00
port=8080
2016-11-14 15:20:27 +00:00
# Debug information
2016-09-25 13:09:55 +00:00
debug=true
2016-11-14 15:20:27 +00:00
# Print statistics about the currently running instance periodically
printStats=true
2016-09-23 21:38:09 +00:00
[client]
2016-11-14 15:20:27 +00:00
# IRC settings
2016-09-23 21:38:09 +00:00
username="teemant"
realname="A Teemant User"
default_quit_msg="Teemant IRC"
default_part_msg="Bye!"
2016-12-21 18:54:22 +00:00
default_server="irc.icynet.ml"
default_port=6667
2016-11-14 15:20:27 +00:00
# Socket settings
2016-09-23 21:38:09 +00:00
secure_by_default=false
2016-09-25 14:13:14 +00:00
timeout=3000
encoding="utf-8"
2016-10-02 12:08:36 +00:00
rejectUnauthorizedCertificates=false
2016-11-05 18:52:58 +00:00
[webirc]
2016-11-14 15:20:27 +00:00
enabled=true
2016-11-05 18:52:58 +00:00
resolveInterval=43200