Browse Source

fixed bug in development.ini

main
Holger Frey 3 years ago
parent
commit
d082f3e766
  1. 12
      development.ini
  2. 2
      pyproject.toml

12
development.ini

@ -16,18 +16,6 @@ pyramid.includes = @@ -16,18 +16,6 @@ pyramid.includes =
moin.config_path = /var/www/moin/config/
# email delivery
mail.host = mail.uni-freiburg.de
mail.port = 25
mail.username =
mail.password =
mail.tls = True
#mail.ssl = True
mail.default_sender = cpiserver@imtek.uni-freiburg.de
mail.admin_email =
frey@imtek.de
prucker@imtek.de
# email delivery
mail.host = localhost
mail.port = 2525

2
pyproject.toml

@ -32,7 +32,7 @@ classifiers = [ @@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"chardet",
"plaster_pastedeploy",
"pyramid",
"pyramid>=2.0.0",
"pyramid_mailer",
"waitress",
]

Loading…
Cancel
Save