feat: 更新默认后端服务地址为192.168.1.108
This commit is contained in:
@ -16,7 +16,7 @@ export interface IccoderConfig {
|
|||||||
|
|
||||||
/** 默认配置 */
|
/** 默认配置 */
|
||||||
const DEFAULT_CONFIG: IccoderConfig = {
|
const DEFAULT_CONFIG: IccoderConfig = {
|
||||||
backendUrl: "http://localhost:8080",
|
backendUrl: "http://192.168.1.108:2233",
|
||||||
timeout: 60000,
|
timeout: 60000,
|
||||||
userId: "default-user",
|
userId: "default-user",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user