33 lines
1.4 KiB
Bash
33 lines
1.4 KiB
Bash
# {
|
|
# "http_url": "https://bowongai-dev--comfyui-for-waas-ui-1.modal.run",
|
|
# "ws_url": "wss://bowongai-dev--comfyui-for-waas-ui-1.modal.run/ws",
|
|
# "input_dir": "waas/comfyui_1/input",
|
|
# "output_dir": "waas/comfyui_1/output"
|
|
# },
|
|
# {
|
|
# "http_url": "https://bowongai-dev--comfyui-for-waas-ui-2.modal.run",
|
|
# "ws_url": "wss://bowongai-dev--comfyui-for-waas-ui-2.modal.run/ws",
|
|
# "input_dir": "waas/comfyui_2/input",
|
|
# "output_dir": "waas/comfyui_2/output"
|
|
# },
|
|
# {
|
|
# "http_url": "https://bowongai-dev--comfyui-for-waas-ui-3.modal.run",
|
|
# "ws_url": "wss://bowongai-dev--comfyui-for-waas-ui-3.modal.run/ws",
|
|
# "input_dir": "waas/comfyui_3/input",
|
|
# "output_dir": "waas/comfyui_3/output"
|
|
# },
|
|
# {
|
|
# "http_url": "https://bowongai-dev--comfyui-for-waas-ui-4.modal.run",
|
|
# "ws_url": "wss://bowongai-dev--comfyui-for-waas-ui-4.modal.run/ws",
|
|
# "input_dir": "waas/comfyui_4/input",
|
|
# "output_dir": "waas/comfyui_4/output"
|
|
# }
|
|
# COMFYUI_SERVERS_JSON='[{"http_url":"http://127.0.0.1:8000","ws_url":"ws://127.0.0.1:8000/ws","input_dir":"waas/comfyui_4/input","output_dir":"waas/comfyui_4/output"}]'
|
|
|
|
DB_FILE="workflows_service.sqlite"
|
|
|
|
# AWS S3 配置
|
|
S3_BUCKET_NAME="modal-media-cache"
|
|
AWS_ACCESS_KEY_ID="AKIAYRH5NGRSWHN2L4M6"
|
|
AWS_SECRET_ACCESS_KEY="kfAqoOmIiyiywi25xaAkJUQbZ/EKDnzvI6NRCW1l"
|
|
AWS_REGION_NAME="ap-northeast-2" |