From cd438101f1443f2b10dc30db4b9ea8a06e38a394 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 10 Nov 2013 11:53:32 +0100 Subject: Updated configuration file. --- conf.py | 4 +--- conf/conf.cfg-sample | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/conf.py b/conf.py index 9db9eb13..d801f32b 100644 --- a/conf.py +++ b/conf.py @@ -26,10 +26,8 @@ DATABASE_ADDRESS = config.get('database', 'address') WEBSERVER_DEBUG = int(config.get('webserver', 'debug')) == 1 WEBSERVER_HOST = config.get('webserver', 'host') WEBSERVER_PORT = int(config.get('webserver', 'port')) -WEBSERVER_USERNAME = config.get('webserver', 'username') -WEBSERVER_PASSWORD = config.get('webserver', 'password') MAIL_HOST = config.get('mail', 'host') MAIL_PORT = int(config.get('mail', 'port')) MAIL_SSL = int(config.get('mail', 'ssl')) == 1 -MAIL_USERNAME = config.get('mail', 'username') \ No newline at end of file +MAIL_USERNAME = config.get('mail', 'username') diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index 8dda63d8..8e4953f7 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -12,8 +12,6 @@ get_time_out = 5.0 debug = 1 host = 0.0.0.0 port = 5000 -username = admin -password = e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 [mail] host = port = 25 -- cgit