mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-30 16:02:17 +08:00
5 lines
163 B
Bash
5 lines
163 B
Bash
USER="root"
|
|
PASSWORD="openIM123"
|
|
MINIO_ENDPOINT="http://127.0.0.1:10005"
|
|
API_URL="http://127.0.0.1:10002/object/"
|
|
DATA_DIR="/root/workspaces/openim/Open-IM-Server" |