feat(alerts): ignore ASSIST_KEY
feat(crons): ignore ASSIST_KEY
This commit is contained in:
parent
b622b49389
commit
be605b586a
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
export ASSIST_KEY=ignore
|
||||
sh env_vars.sh
|
||||
source /tmp/.env.override
|
||||
python app_crons.py $ACTION
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue