Files
LingXi-CRM/.env
T

18 lines
273 B
Bash
Raw Normal View History

# 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:11001/api