back
This commit is contained in:
19
.env
Normal file
19
.env
Normal file
@@ -0,0 +1,19 @@
|
||||
# Dify API Base URL (Common for all apps)
|
||||
DIFY_API_BASE_URL="https://dify.theaken.com/v1"
|
||||
|
||||
# --- Dify API Keys for Specific Apps ---
|
||||
DIFY_TRANSLATOR_API_KEY="app-YOPrF2ro5fshzMkCZviIuUJd"
|
||||
DIFY_SUMMARIZER_API_KEY="app-oFptWFRlSgvwhJ8DzZKN08a0"
|
||||
DIFY_ACTION_EXTRACTOR_API_KEY="app-UHU5IrVcwE0nVvgzubpGRqym"
|
||||
DIFY_STT_API_KEY="app-xQeSipaQecs0cuKeLvYDaRsu"
|
||||
|
||||
# Celery Configuration
|
||||
CELERY_BROKER_URL="redis://localhost:6379/0"
|
||||
CELERY_RESULT_BACKEND="redis://localhost:6379/0"
|
||||
|
||||
# Flask App Configuration
|
||||
FLASK_RUN_PORT=12000
|
||||
|
||||
# Database and JWT Configuration
|
||||
DATABASE_URL="mysql+pymysql://A060:WLeSCi0yhtc7@mysql.theaken.com:33306/db_A060"
|
||||
JWT_SECRET_KEY="your-super-secret-key-that-no-one-should-know"
|
||||
Reference in New Issue
Block a user