aiosqlite, cryptography, hyperliquid-python-sdk

This commit is contained in:
k
2026-04-21 19:45:49 +08:00
parent 3056635a5c
commit 3f901df82b
3 changed files with 27 additions and 4 deletions
+15
View File
@@ -0,0 +1,15 @@
1. 填 backend .env(生产值):
POSTGRES_PASSWORD=强密码
FRONTEND_URL=https://你的前端域名
ENCRYPTION_KEY=之前生成的那个
AI_API_KEY=sk-...
ENVIRONMENT=production
2. 改前端 .env.local
NEXT_PUBLIC_API_URL=https://api.你的域名.com
NEXT_PUBLIC_WS_URL=wss://api.你的域名.com
启动:
cd backend
docker compose up -d