cc / .env.example
caidaoli's picture
feat: 更新端口配置,将所有相关文件中的端口从 8080 修改为 7860
5b4ade7
raw
history blame contribute delete
426 Bytes
# Environment variables for local development
# Copy this file to .env and set your own values
# Server configuration
PORT=7860
# Debug mode (set to "true" to enable debug logging)
DEBUG=false
# CORS configuration (optional)
# CORS_ALLOW_ORIGIN=*
# CORS_ALLOW_METHODS=POST,GET,OPTIONS,PUT,DELETE
# CORS_ALLOW_HEADERS=Accept,Content-Type,Content-Length,Accept-Encoding,X-CSRF-Token,Authorization,x-api-key,anthropic-version