mirror of
https://gitee.com/CloudOrc/SolidUI.git
synced 2025-12-06 11:59:07 +08:00
10 lines
180 B
Bash
10 lines
180 B
Bash
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_NAME=solidui
|
|
DB_USER=root
|
|
DB_PASS=SolidUI@123
|
|
API_PORT=5010
|
|
WEB_PORT=5110
|
|
SNAKEMQ_PORT=8765
|
|
SNAKEMQ_LISTENER=127.0.0.1
|
|
SNAKEMQ_CONNECTOR=127.0.0.1 |