feat: 添加生产环境配置,重构 API 请求,更新部署脚本和配置
This commit is contained in:
24
.env.production
Normal file
24
.env.production
Normal file
@@ -0,0 +1,24 @@
|
||||
# Database (MySQL) - Production
|
||||
DATABASE_URL="mysql://root:MemeMind@2026@127.0.0.1:13306/mememind"
|
||||
|
||||
# Better Auth
|
||||
BETTER_AUTH_SECRET="WU+pYbaBiDkBEzQBrdhsWAuZGmEX6mSFi9Lyw0C3BaI="
|
||||
BETTER_AUTH_URL="https://ilookai.cn"
|
||||
|
||||
# Public URLs (for client-side)
|
||||
NEXT_PUBLIC_APP_URL="https://ilookai.cn"
|
||||
NEXT_PUBLIC_BASE_PATH="/studio"
|
||||
|
||||
# Admin Account
|
||||
ADMIN_EMAIL="richardwei1995@gmail.com"
|
||||
ADMIN_PASSWORD="richard_123456"
|
||||
|
||||
# Tencent COS
|
||||
COS_SECRET_ID=AKIDTs7B2f5NVSFqIYaP1QbZQE0bAuc9h4EB
|
||||
COS_SECRET_KEY=pRs6yiHcNyVs21pRq11nOlupY4OVPOH1
|
||||
COS_BUCKET=lookai-1308511832
|
||||
COS_REGION=ap-guangzhou
|
||||
COS_APPID=1308511832
|
||||
|
||||
# Server Port
|
||||
PORT=3001
|
||||
Reference in New Issue
Block a user