消息推送和第三方接收后台搭建,未测试
This commit is contained in:
@@ -16,6 +16,9 @@ export const SUPA_KEY: string = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIj
|
||||
export const WS_URL: string = 'ws://192.168.1.62:18000/realtime/v1/websocket'
|
||||
// export const WS_URL: string = 'ws://192.168.1.63:18000/realtime/v1/websocket'
|
||||
|
||||
// 推送服务地址(用于本地调试,可改为 http://<your-ip>:7301)
|
||||
export const PUSH_SERVER_URL: string = 'http://192.168.1.62:7301'
|
||||
|
||||
// 备用配置(已注释,如需切换可取消注释)
|
||||
// 开发环境 - 其他内网地址
|
||||
// export const SUPA_URL: string = 'http://192.168.0.150:8080'
|
||||
|
||||
Reference in New Issue
Block a user