Create config.yaml
diff --git a/config.yaml b/config.yaml
new file mode 100644
index 0000000..adc4f62
--- /dev/null
+++ b/config.yaml
@@ -0,0 +1,22 @@
+server:
+ host: irc.libera.chat
+ port: 6697
+ ssl: true
+
+client:
+ nick: CommitBot
+ realname: ASF Commit Bot
+ password: pwd.txt
+
+pubsub_host: http://pubsub.apache.org:2069/commit
+
+channels:
+ "#asfbot":
+ tags: # Uses fnmatch syntax. e.g.: svn:httpd/*, or git:couchdb*
+ - svn:*
+ - git:*
+ "#httpd-dev":
+ tags:
+ - svn:httpd/*
+ - svn:release/httpd/*
+ - svn:dev/httpd/*