|
|
@@ -0,0 +1,31 @@
|
|
|
+APP_ENV=development
|
|
|
+APP_HOST=127.0.0.1
|
|
|
+APP_PORT=8000
|
|
|
+APP_TIMEZONE=Asia/Shanghai
|
|
|
+APP_CORS_ORIGINS=["http://127.0.0.1:5173","http://127.0.0.1:5174"]
|
|
|
+
|
|
|
+MYSQL_HOST=127.0.0.1
|
|
|
+MYSQL_PORT=3306
|
|
|
+MYSQL_USER=root
|
|
|
+MYSQL_PASSWORD=xxxxxxxxxxxxx
|
|
|
+MYSQL_CORE_DATABASE=insurance_s1_core
|
|
|
+MYSQL_AGENT_DATABASE=insurance_s1_agent
|
|
|
+MYSQL_ANALYTICS_DATABASE=insurance_s1_analytics
|
|
|
+
|
|
|
+REDIS_URL=redis://127.0.0.1:6379/0
|
|
|
+REDIS_PREFIX=ins:s1:
|
|
|
+
|
|
|
+JWT_ACCESS_SECRET=replace-with-at-least-32-characters
|
|
|
+JWT_REFRESH_SECRET=replace-with-another-at-least-32-characters
|
|
|
+FIELD_ENCRYPTION_KEY=replace-with-at-least-32-characters
|
|
|
+DEV_FIXED_OTP=147258
|
|
|
+DEV_TOOLS_ENABLED=true
|
|
|
+
|
|
|
+DEEPSEEK_API_KEY=xxxxxxxxxxxxxxxxxxxxx
|
|
|
+DEEPSEEK_BASE_URL=https://api.deepseek.com
|
|
|
+DEEPSEEK_MODEL=deepseek-v4-flash
|
|
|
+
|
|
|
+LANGSMITH_TRACING=true
|
|
|
+LANGSMITH_API_KEY=xxxxxxxxxxxxxxxxxxxxxx
|
|
|
+LANGSMITH_ENDPOINT=https://api.smith.langchain.com
|
|
|
+LANGSMITH_PROJECT=智保通-第一阶段-智能投保
|