Remove debug

This commit is contained in:
Guy Van Sanden 2025-02-04 19:21:10 +01:00
parent 125f5ca205
commit 139a7fc7d3

View File

@ -3,7 +3,7 @@ Description=Tellme Server
After=network.target
[Service]
User=cgsserver
User=tellme
WorkingDirectory=/opt/tellme
Environment=FLASK_CONFIG=production
ExecStart=waitress-serve --host=0.0.0.0 --port=8080 tellmesrv:app