feat: add fullstack deployment and oracle app

This commit is contained in:
2026-04-28 13:35:53 +08:00
commit 57fbcf16d4
42 changed files with 7566 additions and 0 deletions

8
server/.env.example Normal file
View File

@@ -0,0 +1,8 @@
SERVER_PORT=8181
AI_PROVIDER_NAME=OpenAI Compatible
AI_BASE_URL=https://dashscope.aliyuncs.com/compatible-mode
AI_CHAT_PATH=/v1/chat/completions
AI_MODEL=qwen3.5-397b-a17b
AI_API_KEY=sk-028de7b23ecb47fc8c4bd069679b8420
AI_TIMEOUT_SECONDS=60
WEB_ALLOWED_ORIGINS=http://127.0.0.1:5174,http://localhost:5174