Files
ECShopX_docker/php74/.env.example
2025-12-29 22:29:50 +08:00

14 lines
486 B
Plaintext
Raw Permalink 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.
# ECShopX Docker 环境变量配置
# 这些路径使用相对路径,相对于 docker-compose.yml 所在目录
# 后端 API 路径
ECShopX=./ECShopX
# 前端项目路径
ECShopX_ADMIN_FRONTEND=./ECShopX_admin-frontend
ECShopX_DESKTOP_FRONTEND=./ECShopX_desktop-frontend
ECShopX_MOBILE_FRONTEND=./ECShopX_mobile-frontend
# MySQL 数据卷配置
# 默认使用命名卷 mysql_data你也可以指定主机路径如 ./mysql-data:/var/lib/mysql
MYSQL_VOLUME=mysql_data:/var/lib/mysql