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 =
moin.config_path = /var/www/moin/config/ 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 # email delivery
mail.host = localhost mail.host = localhost
mail.port = 2525 mail.port = 2525

2
pyproject.toml

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

Loading…
Cancel
Save