echoIRCd/docker/default.conf

14 lines
552 B
Text

# Minimal default configuration baked into the container image so it runs out of
# the box on plaintext port 6667. For a real deployment provide your own config
# (TLS, opers, links, cloak secret) by mounting over /etc/echoircd/echoircd.conf
# or passing a path as the command.
server {
name "echoircd.local";
network "echoIRCd";
sid "0AA";
description "echoIRCd (container)";
}
listen { ip "[::]"; port 6667; } # plaintext clients
cloak { key "please-change-this-cloak-key-to-a-long-random-secret"; }