2026-06-09 15:59:52 +08:00
|
|
|
# Project Name
|
|
|
|
|
PROJECT_NAME=LingXi_CRM
|
|
|
|
|
|
|
|
|
|
# Ports
|
|
|
|
|
WEB_PORT=11000
|
|
|
|
|
SERVER_PORT=11001
|
|
|
|
|
DB_PORT=11002
|
|
|
|
|
REDIS_PORT=11003
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
DB_NAME=crm
|
|
|
|
|
DB_USER=root
|
|
|
|
|
DB_PASSWORD=lingxi_crm_pass
|
|
|
|
|
DB_ROOT_PASSWORD=lingxi_crm_root_pass
|
|
|
|
|
|
|
|
|
|
# Backend config
|
2026-06-09 19:14:10 +08:00
|
|
|
API_BASE_URL=http://localhost:11001/api
|