diff --git a/app/config.py.example b/app/config.py.example index 51fc1f2..42fb46e 100644 --- a/app/config.py.example +++ b/app/config.py.example @@ -1,9 +1,9 @@ #!/usr/bin/python class Config(object): - MAIL_SERVER = 'leineserver.leinelab.org' - MAIL_PORT = 587 - MAIL_USERNAME = 'vorstand@leinelab.org' + MAIL_SERVER = 'server.wiemann.cc' + MAIL_PORT = 25 + MAIL_USERNAME = 'vorstand@fnorden.de' MAIL_PASSWORD = 'your_password' MAIL_USE_TLS = True MAIL_USE_SSL = False diff --git a/app/templates/index.html b/app/templates/index.html index be40c54..9eba322 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -1,13 +1,13 @@
-