openreplay/api/entrypoint_alerts.sh
Kraiem Taha Yassine 1b8204428e
Api v1.15.0 (#1583)
* fix(chalice): changed server level logging
2023-10-27 15:08:25 +02:00

3 lines
113 B
Bash
Executable file

#!/bin/sh
export ASSIST_KEY=ignore
uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}