mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
10 lines
220 B
Go
10 lines
220 B
Go
package etcd
|
|
|
|
const (
|
|
ConfigKeyPrefix = "/open-im/config/"
|
|
RestartKey = "restart"
|
|
EnableConfigCenterKey = "enable-config-center"
|
|
Enable = "enable"
|
|
Disable = "disable"
|
|
)
|