diff etc/ltpdarepo.ex @ 205:fd572809cb18

Add local configuration file as arguments to user scripts. * * * Example configuration file.
author Daniele Nicolodi <daniele@grinta.net>
date Wed, 16 Nov 2011 19:10:28 +0100
parents
children d8b0a06cb763
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/ltpdarepo.ex	Wed Nov 16 19:10:28 2011 +0100
@@ -0,0 +1,23 @@
+# secret key used for session cookie encryption
+SECRET_KEY = 'please change this!'
+
+# database connection parameters
+HOSTNAME = 'localhost'
+USERNAME = 'root'
+PASSWORD = ''
+DATABASE = 'ltpda'
+
+# mailserver
+MAIL_SMTP_SERVER = 'localhost'
+MAIL_SMTP_PORT = 25
+MAIL_SMTP_USETLS = False
+MAIL_SMTP_USERNAME = ''
+MAIL_SMTP_PASSWORD = ''
+
+# administrator email
+ADMIN_EMAIL_ADDR = ''
+
+# debuggig
+DEBUG = False
+# suppress outgoing emails
+TESTING = True