mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-14 14:05:59 +08:00
fix: add autoPort && prometheus port discovery
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
|
||||
package config
|
||||
|
||||
const ConfKey = "conf"
|
||||
const (
|
||||
ConfKey = "conf"
|
||||
ETCD = "etcd"
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultDirPerm is used for creating general directories, allowing the owner to read, write, and execute,
|
||||
|
||||
Reference in New Issue
Block a user