summaryrefslogtreecommitdiffstats
path: root/config.py.default
diff options
context:
space:
mode:
Diffstat (limited to 'config.py.default')
-rw-r--r--config.py.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.py.default b/config.py.default
new file mode 100644
index 0000000..92c067d
--- /dev/null
+++ b/config.py.default
@@ -0,0 +1,10 @@
+config = {
+ 'jid': '',
+ 'password': '',
+ 'cacertfile': '',
+
+ 'rooms': [],
+ 'nick': '',
+
+ 'modules': []
+ }