Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.py')
-rw-r--r--src/config.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.py b/src/config.py
index dc7d507..b5286fd 100644
--- a/src/config.py
+++ b/src/config.py
@@ -34,13 +34,13 @@ CONFIG_DEFAULT_RELAY_LINES = 50
CONFIG_DEFAULT_SECTIONS = ('relay', 'look', 'color', 'ssh', 'upload')
CONFIG_DEFAULT_OPTIONS = (('relay.hostname', ''),
- ('relay.port', 0),
- ('relay.ssl', False),
+ ('relay.port', ''),
+ ('relay.ssl', "off"),
('relay.password', ''),
- ('relay.autoconnect', False),
+ ('relay.autoconnect', "off"),
('relay.lines', str(CONFIG_DEFAULT_RELAY_LINES)),
('ssh.host', ''),
- ('ssh.port', 0),
+ ('ssh.port', ''),
('ssh.username', ''),
('ssh.key', ''),
('upload.url', ''),