openreplay/api/entrypoint_alerts.sh
2025-02-07 17:58:52 +01:00

5 lines
148 B
Bash
Executable file

#!/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}