mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-08 21:47:17 +08:00
15 lines
261 B
YAML
15 lines
261 B
YAML
global:
|
|
storageClass: "nfs-client"
|
|
|
|
auth:
|
|
rootPassword: "openIM123"
|
|
createDatabase: true
|
|
database: "openIM_v3"
|
|
replicationUser: replicator
|
|
replicationPassword: "openIM123"
|
|
primary:
|
|
persistence:
|
|
size: 1Gi
|
|
secondary:
|
|
persistence:
|
|
size: 1Gi |