fix(alerts): fixed alerts (#3014)
This commit is contained in:
parent
51ba151794
commit
4f2b8d43b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export TZ=UTC
|
export TZ=UTC
|
||||||
export ASSIST_KEY=ignore
|
export ASSIST_KEY=ignore
|
||||||
export CH_pool=false
|
export CH_POOL=false
|
||||||
uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}
|
uvicorn app:app --host 0.0.0.0 --port 8888 --log-level ${S_LOGLEVEL:-warning}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue