File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,12 @@ kill_timeout = "5s"
2525 OPTIMAP_EMAIL_HOST = " smtp.ionos.de"
2626 OPTIMAP_EMAIL_HOST_IMAP = " imap.ionos.de"
2727 OPTIMAP_EMAIL_HOST_USER = " login@optimap.science"
28- OPTIMAP_EMAIL_IMAP_SENT_FOLDER = " \" Gesendete Objekte\" "
28+ OPTIMAP_EMAIL_IMAP_SENT_FOLDER = " Gesendete Objekte"
2929 OPTIMAP_EMAIL_PORT_IMAP = " 993"
3030 OPTIMAP_EMAIL_PORT_SMTP = " 587"
3131 OPTIMAP_EMAIL_USE_TLS = " true"
32- OPTIMAP_LOGGING_CONSOLE_LEVEL = " DEBUG"
32+ OPTIMAP_LOGGING_LEVEL = " DEBUG"
33+ DJANGO_LOGGING_LEVEL = " WARNING"
3334 PORT = " 8000"
3435
3536[[services ]]
Original file line number Diff line number Diff line change 11#! /bin/sh -e
2- python manage.py migrate
3- python manage.py createcachetable
2+ # python manage.py migrate
3+ # python manage.py createcachetable
4+ echo " Release does nothing anymore, all in etc/manage-and-run.sh"
5+
You can’t perform that action at this time.
0 commit comments