diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-13 15:12:37 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-13 15:13:28 +0200 |
| commit | 3442b83dbc1b67b01cd43c6fec122eebea8d03cf (patch) | |
| tree | acccc245aa8f440fd6da7a200567eea201fcfae7 /res | |
| parent | 6c4ddbdaf3b58415b58b7d351af14fc37aad84b3 (diff) | |
server/feedback: get rid of flask-mail; left todo: filenames for attachments
Diffstat (limited to 'res')
| -rw-r--r-- | res/etc/rhizi-server.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/res/etc/rhizi-server.conf b/res/etc/rhizi-server.conf index c40aba07..186a1711 100644 --- a/res/etc/rhizi-server.conf +++ b/res/etc/rhizi-server.conf @@ -9,9 +9,7 @@ SERVER_NAME = rhizi.local:8080 DEBUG = True # Mail settings -MAIL_DEFAULT_SENDER = rhizi@localhost -# 0/1 (not True - uses int) -MAIL_DEBUG = 0 -FEEDBACK_RECIPIENT = feedback@localhost +mail_default_sender = rhizi@localhost +feedback_recipient = feedback@localhost SECRET_KEY = notverysecretbutpeppyyaya |
