feat: unlock all features and update README for LingXi CRM
CRM CI / build (push) Waiting to run

This commit is contained in:
yi
2026-06-09 15:59:52 +08:00
parent 0e9f2197cd
commit a205a7a49d
17 changed files with 569 additions and 67 deletions
+17
View File
@@ -0,0 +1,17 @@
# 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
API_BASE_URL=http://localhost:${SERVER_PORT}/api