| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | DOMAIN=cloud.choozmo.com:8080SERVER_ADDRESS=http://localhost# DOMAIN=local.dockertoolbox.tiangolo.com# DOMAIN=localhost.tiangolo.com# DOMAIN=dev.ai-anchor.comSTACK_NAME=ai-anchor-comTRAEFIK_PUBLIC_NETWORK=traefik-publicTRAEFIK_TAG=ai-anchor.comTRAEFIK_PUBLIC_TAG=traefik-publicDOCKER_IMAGE_BACKEND=backendDOCKER_IMAGE_CELERYWORKER=gpuceleryworkerDOCKER_IMAGE_FRONTEND=frontend# BackendBACKEND_CORS_ORIGINS=["https://cloud.choozmo:8080", "http://cloud.choozmo.com:8080", "https://cloud.choozmo.com", "http://cloud.choozmo.com","http://172.105.219.42", "http://local.ai-anchor.com:5173", "http://local.ai-anchor.com:8080", "http://localhost", "http://localhost:4200", "http://localhost:3000", "http://localhost:5173", "http://localhost:8080", "https://localhost", "https://localhost:4200", "https://localhost:3000", "https://localhost:8080", "http://dev.ai-anchor.com:3000", "http://dev.ai-anchor.com:5173", "http://dev.ai-anchor.com:8080", "https://stag.ai-anchor.com", "https://ai-anchor.com", "http://local.dockertoolbox.tiangolo.com", "http://localhost.tiangolo.com"]PROJECT_NAME=AI anchorSECRET_KEY=1df1f2180c7b2550e76a8ccf5e67a76e5321d8c2d3fee4a725f8b80baf9a0c91FIRST_SUPERUSER=admin@ai-anchor.comFIRST_SUPERUSER_PASSWORD=passwordSMTP_TLS=TrueSMTP_PORT=587SMTP_HOST=smtp.gmail.comSMTP_USER=verify@choozmo.comSMTP_PASSWORD=hlmaxzjnvpeaulhwEMAILS_FROM_EMAIL=info@ai-anchor.comUSERS_OPEN_REGISTRATION=TrueBACKEND_ZIP_STORAGE=backend_storage/zipsBACKEND_VIDEO_STORAGE=backend_storage/videosSENTRY_DSN=# FlowerFLOWER_BASIC_AUTH=admin:password# PostgresPOSTGRES_SERVER=dbPOSTGRES_USER=postgresPOSTGRES_PASSWORD=passwordPOSTGRES_DB=app# PgAdminPGADMIN_LISTEN_PORT=5050PGADMIN_DEFAULT_EMAIL=admin@ai-anchor.comPGADMIN_DEFAULT_PASSWORD=password# Initial dataMEMBERSHIP_TYPES=["normal", "infinite"]PROGRESS_TYPES=["waiting", "processing", "completed"]# celeryCELERY_ZIP_STORAGE=celery_storage/zipsCELERY_VIDEO_STORAGE=celery_storage/videos
 |