18 lines
282 B
Bash
18 lines
282 B
Bash
# 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
|