diff --git a/imageroot/systemd/user/rally-app.service b/imageroot/systemd/user/rally-app.service index dab79d1..e488026 100644 --- a/imageroot/systemd/user/rally-app.service +++ b/imageroot/systemd/user/rally-app.service @@ -25,7 +25,6 @@ ExecStart=/usr/bin/podman run --conmon-pidfile %t/rally-app.pid \ --env SECRET_PASSWORD=${SECRET_PASSWORD} \ --env NEXT_PUBLIC_SELF_HOSTED=true \ --env NEXT_PUBLIC_BASE_URL=${NEXT_PUBLIC_BASE_URL} \ - --env NEXT_PUBLIC_SELF_HOSTED=true \ --env SMTP_HOST=${SMTP_HOST} \ --env SUPPORT_EMAIL=${SUPPORT_EMAIL} \ --env SMTP_SECURE=${SMTP_SECURE} \