Files
youwei-business-school/backend/.env.example
2026-03-31 13:50:42 +08:00

30 lines
662 B
Plaintext

PORT=3000
DB_HOST=nw.sgcode.cn
DB_PORT=21434
DB_USER=root
DB_PASSWORD=root
DB_NAME=opencoze
PORT=3000
DB_HOST=nw.sgcode.cn
DB_PORT=21434
DB_USER=root
DB_PASSWORD=YOUR_DATABASE_PASSWORD
DB_NAME=opencoze
PORT=3001
JWT_SECRET=change-this-in-production
CORS_ORIGIN=*
# MySQL connection (from your screenshot)
DB_HOST=nw.sgcode.cn
DB_PORT=21434
DB_NAME=opencoze
DB_USER=root
DB_PASSWORD=your_real_password_here
DB_TABLE_USER=user
# Coze SSO integration
# Shared secret used to sign SSO JWTs (must match Coze backend SSO_SHARED_SECRET)
SSO_SHARED_SECRET=change-this-sso-secret
# Base URL of your Coze host (including scheme and port)
COZE_HOST=http://localhost:8888