fix(alerts): fixed alerts (#3013)

This commit is contained in:
Kraiem Taha Yassine 2025-02-07 17:45:29 +01:00 committed by GitHub
parent fda53bc4ad
commit 51ba151794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
#!/bin/sh
export TZ=UTC
export ASSIST_KEY=ignore
export CH_pool=false
uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}