diff options
-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 |