first_upload
This commit is contained in:
10
.env
Normal file
10
.env
Normal file
@@ -0,0 +1,10 @@
|
||||
# Dify API Configuration
|
||||
DIFY_API_KEY="app-VGhuWOymkg3LVw4LfUiy2cey"
|
||||
DIFY_API_BASE_URL="https://dify.theaken.com/v1"
|
||||
|
||||
# Celery Configuration
|
||||
CELERY_BROKER_URL="redis://localhost:6379/0"
|
||||
CELERY_RESULT_BACKEND="redis://localhost:6379/0"
|
||||
|
||||
# Flask App Configuration
|
||||
FLASK_RUN_PORT=12000
|
Reference in New Issue
Block a user