Files
ccdi/.env.example

10 lines
198 B
Plaintext
Raw Normal View History

# Docker 对外端口
FRONTEND_PORT=62319
BACKEND_PORT=62318
LSFX_MOCK_PORT=62320
# Spring Boot 运行配置
SPRING_PROFILES_ACTIVE=local
RUOYI_PROFILE=/app/data/ruoyi
JAVA_OPTS=-Xms512m -Xmx1024m