diff --git a/server/tellme.service b/server/tellme.service index a2c2393..263c37d 100644 --- a/server/tellme.service +++ b/server/tellme.service @@ -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