- Updated ANALYSIS_AUTH_TOKEN and APP_ID in the .env file for enhanced security and configuration. - Added a comprehensive migration plan document for transitioning the LangGraph backend, detailing the background, scope, goals, and architectural decisions for the project.
10 lines
288 B
Bash
10 lines
288 B
Bash
DATABASE_URL=sqlite:///./test.db
|
|
SECRET_KEY=your_secret_key
|
|
DEBUG=True
|
|
|
|
ANALYSIS_SERVICE_URL=http://127.0.0.1:3030
|
|
ANALYSIS_AUTH_TOKEN=fastgpt-ikgXptijS8NPkSuDxXLS4ShWc8PzMD4fZ5PlIXKt2dAcUrWEkfhp
|
|
APP_ID=691c1ae753e3f8d9f25ebc9b
|
|
|
|
VOICE_CONFIG=config/voice-fastgpt-state-xfyunSuperTTS.json
|