mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: change the callback url
This commit is contained in:
parent
91b23ba041
commit
4dc2313bbc
@ -315,7 +315,7 @@ iosPush:
|
|||||||
# Timeout in seconds
|
# Timeout in seconds
|
||||||
# Whether to continue execution if callback fails
|
# Whether to continue execution if callback fails
|
||||||
callback:
|
callback:
|
||||||
url: "http://127.0.0.1:10002/msg"
|
url: "http://127.0.0.1:10002/callbackExample/callbackBeforeSendSingleMsgCommand"
|
||||||
beforeSendSingleMsg:
|
beforeSendSingleMsg:
|
||||||
enable: true
|
enable: true
|
||||||
timeout: ${CALLBACK_TIMEOUT}
|
timeout: ${CALLBACK_TIMEOUT}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user