From 139a7fc7d35aef9d80f1e3e419b06fac4a2271f2 Mon Sep 17 00:00:00 2001 From: Guy Van Sanden Date: Tue, 4 Feb 2025 19:21:10 +0100 Subject: [PATCH] Remove debug --- server/tellme.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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