diff --git a/conf/flohmarkt.conf b/conf/flohmarkt.conf index 6a31d07..61de2d0 100644 --- a/conf/flohmarkt.conf +++ b/conf/flohmarkt.conf @@ -11,7 +11,6 @@ Server = http://__APP__:__PASSWORD_COUCHDB_FLOHMARKT__@127.0.0.1:__PORT_COUCHDB_ [SMTP] Server = 127.0.0.1 Port = 587 -# die From Adresse sollte in app_senders_login_maps landen... From = __MAIL_USER__@__MAIL_DOMAIN__ User = __APP__ Password = __MAIL_PWD__ diff --git a/conf/systemd.service b/conf/systemd.service index c45583e..c5318c2 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/__APP__ Environment="VENV_DIR=__INSTALL_DIR__/venv/" -ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt:app +ExecStart=__INSTALL_DIR__/venv/bin/uvicorn --host 127.0.0.1 --port __PORT__ --reload flohmarkt.web:start StandardOutput=append:/var/log/__APP__/__APP__.log StandardError=inherit