From cc4ef9b16bcc694bdf536adae00169f7dfb9507a Mon Sep 17 00:00:00 2001 From: Georg Date: Sat, 22 May 2021 03:13:53 +0200 Subject: Initial --- test-conf/test.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test-conf/test.conf (limited to 'test-conf') diff --git a/test-conf/test.conf b/test-conf/test.conf new file mode 100644 index 0000000..6ae02fd --- /dev/null +++ b/test-conf/test.conf @@ -0,0 +1,18 @@ + +supybot.directories.data: /home/georg/limnoria/Mailcow/test-data +supybot.directories.conf: /home/georg/limnoria/Mailcow/test-conf +supybot.directories.log: /home/georg/limnoria/Mailcow/test-logs +supybot.reply.whenNotCommand: True +supybot.log.stdout: False +supybot.log.stdout.level: ERROR +supybot.log.level: DEBUG +supybot.log.format: %(levelname)s %(message)s +supybot.log.plugins.individualLogfiles: False +supybot.protocols.irc.throttleTime: 0 +supybot.reply.whenAddressedBy.chars: @ +supybot.networks.test.server: should.not.need.this +supybot.networks.testnet1.server: should.not.need.this +supybot.networks.testnet2.server: should.not.need.this +supybot.networks.testnet3.server: should.not.need.this +supybot.nick: test +supybot.databases.users.allowUnregistration: True -- cgit v1.2.3