12 lines
502 B
Plaintext
12 lines
502 B
Plaintext
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
|