feat:修改setting

This commit is contained in:
Roe-xin
2026-01-13 23:02:46 +08:00
parent 64724bf48c
commit c14b7f4dbc

View File

@ -51,8 +51,8 @@ const ENV_CONFIG: Record<Environment, IccoderConfig> = {
},
/** 生产环境 - 通过 Gateway 路由 */
prod: {
backendUrl: "https://api.iccoder.com/iccoder",
backendUrlStrongeLoop: "https://api.iccoder.com",
backendUrl: "https://api.iccoder.com",
backendUrlStrongeLoop: "http://192.168.1.115:2029",
loginUrl: "https://iccoder.com/login",
timeout: 60000,
userId: "default-user",