diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-11-20 19:53:37 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-11-20 19:53:37 +0100 |
commit | 9cb370d705b3dcb61afdf157add804cd99856a3a (patch) | |
tree | 3fe0e6809a95b25dc3e270e686432b4638ab6091 | |
parent | b9d820584935c5ff5920cf2f7114c3475cb728a3 (diff) | |
download | fietsboek-9cb370d705b3dcb61afdf157add804cd99856a3a.tar.gz fietsboek-9cb370d705b3dcb61afdf157add804cd99856a3a.tar.bz2 fietsboek-9cb370d705b3dcb61afdf157add804cd99856a3a.zip |
change default email
-rw-r--r-- | development.ini | 2 | ||||
-rw-r--r-- | production.ini | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development.ini b/development.ini index 3259d3b..2c186c8 100644 --- a/development.ini +++ b/development.ini @@ -23,7 +23,7 @@ fietsboek.data_dir = %(here)s/data retry.attempts = 3 -email.from = fietsboek@kingdread.de +email.from = fietsboek@localhost email.smtp_url = debug:// available_locales = en de diff --git a/production.ini b/production.ini index 2a822d5..987f441 100644 --- a/production.ini +++ b/production.ini @@ -12,7 +12,7 @@ pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.default_locale_name = en -email.from = fietsboek@kingdread.de +email.from = fietsboek@localhost email.smtp_url = debug://localhost:1025 available_locales = en de |