* fix(alerts): fixed alerts * fix(chalice): fixed product analytics * fix(chalice): fixed product analytics
4 lines
No EOL
124 B
Bash
Executable file
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} |