Skip to content

Commit

Permalink
fix searchUserInfo (#58)
Browse files Browse the repository at this point in the history
* fix/searchUserInfo

Signed-off-by: hanzhixiao <[email protected]>

* fix search normal user

Signed-off-by: hanzhixiao <[email protected]>

* feat token

Signed-off-by: hanzhixiao <[email protected]>

---------

Signed-off-by: hanzhixiao <[email protected]>
  • Loading branch information
hanzhixiao authored and cubxxw committed Jul 31, 2023
1 parent 5a9a246 commit 38ab968
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ log:
# isJson: false
# withStack: false

# secret: openIM123
#tokenPolicy:
# expire: 86400

Expand Down Expand Up @@ -95,4 +96,9 @@ adminList:
imAdmin: openIMAdmin


openIMUrl: "http://127.0.0.1:10002"
openIMUrl: "http://127.0.0.1:10002"

redis:
address: [ 127.0.0.1:16379 ]
username:
password: openIM123

0 comments on commit 38ab968

Please sign in to comment.