X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=settings.py.example;fp=settings.py.example;h=105d3986b1302cbabf443af292e6fd60a38a3348;hb=fb7df37a905695b55bd5a1ca911219879b3b6171;hp=0000000000000000000000000000000000000000;hpb=7aefe4bd17a0cd729d5aecc8cc397bac5344f631;p=cavote.git diff --git a/settings.py.example b/settings.py.example new file mode 100644 index 0000000..105d398 --- /dev/null +++ b/settings.py.example @@ -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']}