From a33bb0ab42d040ad264ade9afc59ccff5bb86ed7 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 27 Oct 2013 18:05:13 +0100 Subject: SECRET_KEY is set by os.urandom(12). --- conf/conf.cfg-sample | 1 - 1 file changed, 1 deletion(-) (limited to 'conf') diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index fe8c243c..8dda63d8 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -14,7 +14,6 @@ host = 0.0.0.0 port = 5000 username = admin password = e5e9fa1ba31ecd1ae84f75caaa474f3a663f05f4 -secretkey = 123456790 [mail] host = port = 25 -- cgit