feat(alerts): ignore ASSIST_KEY

feat(crons): ignore ASSIST_KEY
This commit is contained in:
Taha Yassine Kraiem 2022-11-03 11:41:27 +01:00
parent b622b49389
commit be605b586a
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/bin/sh
export ASSIST_KEY=ignore
sh env_vars.sh
source /tmp/.env.override
uvicorn app:app --host 0.0.0.0 --port $LISTEN_PORT --reload

View file

@ -1,4 +1,5 @@
#!/bin/sh
export ASSIST_KEY=ignore
sh env_vars.sh
source /tmp/.env.override
python app_crons.py $ACTION