tomoya hace 2 años
padre
commit
b8ec861967
Se han modificado 2 ficheros con 3 adiciones y 0 borrados
  1. 1 0
      backend/app/app/aianchor/__init__.py
  2. 2 0
      backend/app/worker-start.sh

+ 1 - 0
backend/app/app/aianchor/__init__.py

@@ -0,0 +1 @@
+from .videomaker import *

+ 2 - 0
backend/app/worker-start.sh

@@ -3,6 +3,8 @@ export PYTHONPATH=$PYTHONPATH:/usr/lib/python3.8/site-packages/:/app
 
 set -e
 
+export STORAGE_IP=192.168.192.252
+
 #python /app/app/celeryworker_pre_start.py
 
 celery -A app.worker worker -l info -Q main-queue -c 1