mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-18 14:32:20 +08:00
9 lines
232 B
YAML
9 lines
232 B
YAML
# Database schema name
|
|
schema: openim
|
|
# List of server addresses
|
|
address: [ localhost:12181 ]
|
|
# Username for authentication (leave blank if not used)
|
|
username: ''
|
|
# Password for authentication (leave blank if not used)
|
|
password: ''
|