view doc/examples/irccdctl.conf.sample @ 779:317c66a131be

Irccd: merge [identity] with [server], closes #905 @2h While here, also add some tests for server_util, #779
author David Demelier <markand@malikania.fr>
date Thu, 01 Nov 2018 10:34:21 +0100
parents 365bc7a3c4a3
children 54496ac51649
line wrap: on
line source

#
# irccdctl.conf -- config file for irccdctl
#

# Section general:
#    This section describe global options used by irccd.
#
# [general]
# verbose = false               # (bool) enable verbose message (Optional, default: false).


[general]

# Section connect:
#    This section is used to connect to a irccd transport.
#
# For internet sockets:
#
# [connect]
# type = "ip"
# host = "localhost"            # (string) host to connect,
# port = "1234"                 # (int) port number,
# family = "ipv4" or "ipv6"     # (string) internet family: ipv6 or ipv4 (Optional, default: ipv4).
#
# For unix sockets:
#
# [connect]
# type = "unix"
# path = "/tmp/irccd.sock"      # (string) the file path to the socket.

[connect]
type = "ip"
host = "localhost"
port = "5980"