constants.py 197 B

123456
  1. PORT = 8981
  2. BASE_PATH="/back" #changes based on webserver
  3. RAW_PATH='/home/nginx/especificos-videos/front/raw/'
  4. CUT_OUTPUT_PATH='/home/nginx/especificos-videos/front/videos/'
  5. DB_IP='192.168.1.123'