|
|
@@ -28,18 +28,18 @@ try {
|
|
|
switch (env) {
|
|
|
case 'develop':
|
|
|
API_BASE_URL = 'https://cfc.etotem.com.cn'
|
|
|
- LANGGRAPH_BASE_URL = 'http://cfc.etotem.com.cn:9000'
|
|
|
- DIFY_BASE_URL = 'http://cfc.etotem.com.cn:8083'
|
|
|
+ LANGGRAPH_BASE_URL = 'http://ai.etotem.com.cn'
|
|
|
+ DIFY_BASE_URL = 'http://cfc.etotem.com.cn'
|
|
|
break
|
|
|
case 'trial':
|
|
|
API_BASE_URL = 'https://cfc.iwintrue.com'
|
|
|
- LANGGRAPH_BASE_URL = 'https://cfc.iwintrue.com:9000'
|
|
|
- DIFY_BASE_URL = 'https://cfc.iwintrue.com:8083'
|
|
|
+ LANGGRAPH_BASE_URL = 'https://ai.iwintrue.com'
|
|
|
+ DIFY_BASE_URL = 'https://cfc.iwintrue.com'
|
|
|
break
|
|
|
case 'release':
|
|
|
API_BASE_URL = 'https://cfc.etotem.com.cn'
|
|
|
- LANGGRAPH_BASE_URL = 'https://cfc.etotem.com.cn:9000'
|
|
|
- DIFY_BASE_URL = 'https://cfc.etotem.com.cn:8083'
|
|
|
+ LANGGRAPH_BASE_URL = 'https://ai.etotem.com.cn'
|
|
|
+ DIFY_BASE_URL = 'https://cfc.etotem.com.cn'
|
|
|
break
|
|
|
}
|
|
|
}
|