auto-deploy-demo/.env.example

14 lines
344 B
Plaintext
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.

# 服务端口
PORT=8888
# 基础域名部署到服务器时配置本地开发留空使用localhost
# 示例BASE_DOMAIN=demo.example.com
BASE_DOMAIN=
# 项目端口范围
PROJECT_PORT_START=9000
PROJECT_PORT_END=9100
# JWT密钥生产环境请修改为安全的随机字符串
JWT_SECRET=your-secure-secret-key-change-this