This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user