Initial Animatrix import

This commit is contained in:
Sagnik
2026-04-17 19:11:57 +05:30
commit c7994d17a9
60 changed files with 8516 additions and 0 deletions

11
backend/.env.example Normal file
View File

@@ -0,0 +1,11 @@
SECRET_KEY=change-me
DATABASE_URL=sqlite:///./animatrix.db
ASSET_STORAGE_ROOT=./storage/assets
OUTPUT_STORAGE_ROOT=./storage/outputs
COMFYUI_BASE_URL=https://comfy.desineuron.in
# Set to the public HTTPS origin in production so generated backend URLs and cookie policy stay correct.
# Example production value:
# BACKEND_BASE_URL=https://animatrix.desineuron.in
BACKEND_BASE_URL=http://localhost:8000
CORS_ORIGINS=http://localhost:3000,https://animatrix.desineuron.in
ACCESS_TOKEN_EXPIRE_MINUTES=10080