Separate configuration
[cavote.git] / settings.py.example
diff --git a/settings.py.example b/settings.py.example
new file mode 100644 (file)
index 0000000..105d398
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+
+DATABASE = '/tmp/cavote.db'
+PASSWD_SALT = 'change this value to some random chars!'
+SECRET_KEY = '{J@uRKO,xO-PK7B,jF?>iHbxLasF9s#zjOoy=+:'
+DEBUG = True
+TITLE = u"Cavote FFDN"
+EMAIL = '"' + TITLE + '"' + ' <' + u"cavote@ffdn.org" + '>'
+VERSION = "cavote 0.1.1"
+SMTP_SERVER = "127.0.0.1"
+PATTERNS = {u'Oui/Non': [u'Oui', u'Non'], u'Oui/Non/Blanc': [u'Oui', u'Non', u'Blanc'], u'Oui/Non/Peut-ĂȘtre': [u'Oui', u'Non', u'Peut-ĂȘtre']}