view doc/examples/irccdctl.conf.sample @ 825:e9da936309df

irccd: fix build without Javascript
author David Demelier <markand@malikania.fr>
date Tue, 08 Jan 2019 20:41:20 +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"