openreplay/api/run-alerts-dev.sh
Kraiem Taha Yassine 7c4ff2ed3f
Dev (#2897)
* fix(alerts): fixed alerts

* fix(chalice): fixed product analytics

* fix(chalice): fixed product analytics
2024-12-20 17:37:01 +01:00

4 lines
No EOL
124 B
Bash
Executable file

#!/bin/zsh
export TZ=UTC
export CH_POOL=false
uvicorn app_alerts:app --reload --port 8888 --log-level ${S_LOGLEVEL:-warning}