Files
trumpsignal-backend/README.md
T

16 lines
351 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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