Mercurial > moin > 1.9
changeset 2078:804513b0e689
Add my testing wikiconfig, revert before merging to production tree!
author | Karol 'grzywacz' Nowak <grzywacz@sul.uni.lodz.pl> |
---|---|
date | Sat, 02 Jun 2007 16:54:51 +0200 |
parents | 636e646f909b |
children | 03469a83dad8 |
files | wikiconfig.py |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/wikiconfig.py Sat Jun 02 16:54:13 2007 +0200 +++ b/wikiconfig.py Sat Jun 02 16:54:51 2007 +0200 @@ -26,3 +26,20 @@ ] # ^^^ DON'T TOUCH THIS EXCEPT IF YOU KNOW WHAT YOU DO ^^^ + # Mail -------------------------------------------------------------- + + # Configure to enable subscribing to pages (disabled by default) + # or sending forgotten passwords. + + # SMTP server, e.g. "mail.provider.com" (None to disable mail) + mail_smarthost = "omoikane" + mail_sendmail = "/usr/sbin/sendmail -t -i" + + # The return address, e.g u"Jürgen Wiki <noreply@mywiki.org>" [Unicode] + mail_from = u"karol@omoikane" + + # "user pwd" if you need to use SMTP AUTH + # mail_login = "grzywacz" + + # Notification ----------------------------------------------------- + bot_host = u"localhost:8000"