2025-03-28 09:49:56 +08:00

68 lines
4.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<pages controlRenderingCompatibilityVersion="4.0"/>
</system.web>
<appSettings>
<!--低代码平台相关路径配置-->
<!--************低代码平台接口地址************-->
<add key="EShangApiMain" value="http://localhost:8900/EShangApiMain/" />
<add key="CodeBuilderApi" value="http://localhost:8900/CodeBuilderApi/" />
<!--************API接口文件根据发布地址调整配置************-->
<!--接口文件目录-->
<add key="ControllerPath" value="D:\\Project\\000_通用版本\\000_通用版本\\030_EShangApi\\EShangApiMain\\Controllers\\AutoBuild"/>
<!--接口相关方法文件目录-->
<add key="HelperPath" value="D:\\Project\\000_通用版本\\000_通用版本\\030_EShangApi\\EShangApi.Common\\AutoBuild"/>
<!--接口相关对象文件目录-->
<add key="ModelPath" value="D:\\Project\\000_通用版本\\000_通用版本\\030_EShangApi\\EShangApi.Common\\AutoBuild"/>
<!--msbuild程序路径-->
<add key="msbuildPath" value="D:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\amd64\msbuild.exe"/>
<!--要编译的解决方案路径-->
<add key="slnPath" value="D:\Project\000_通用版本\000_通用版本\030_EShangApi\EShangApi.sln"/>
<!--************前端页面文件,根据发布地址调整配置************-->
<!--前端页面文件夹目录-->
<add key="SolutionPath" value="D:\\Project\\002_GitLab\\cloud-platform\\src\\pages\\"/>
<!--前端页面文件文件夹名称-->
<add key="IndexPageDir" value="Test"/>
<!--前端页面路由文件路径-->
<add key="RoutePath" value="D:\\Project\\002_GitLab\\cloud-platform\\config"/>
<!--************小程序文件,根据发布地址调整配置************-->
<!--小程序页面代码文件目录-->
<add key="MiniProgramPath" value="D:\\Project\\002_GitLab\\wechat_yxcl"/>
<!--小程序路由文件目录-->
<add key="PagesJsonPath" value="D:\\Project\\002_GitLab\\wechat_yxcl"/>
<!--自动打包后,存放小程序打包文件的目录-->
<add key="PackPath" value="C:\Users\yskj01\Desktop\rebuildsln"/>
<!--自动打包小程序的批处理文件-->
<add key="apkPath" value="C:\Users\yskj01\Desktop\rebuildsln\rebuildWebApi.bat"/>
<!--自动生成小程序推送权限的模块-->
<add key="ModuleGuid" value="'18d9bd32-d576-4eea-9920-f5a5743df3bf','1ad79b69-9d62-49f5-b4e1-da9e29984dbb','703a35be-d50b-4e9f-9aae-c6129ecb824f','4df79490-5911-42a5-980d-cbdcf422d19f','630d0f38-aa0d-45a7-afaf-b92745197cc8','4df79490-5911-42a5-980d-cbdcf422d19f','630d0f38-aa0d-45a7-afaf-b92745197cc8','4df79490-5911-42a5-980d-cbdcf422d19f','630d0f38-aa0d-45a7-afaf-b92745197cc8','d29d0dc5-2749-4b0e-9260-5ebb58d12e1d','6fd94478-b3e0-49ce-b5d2-dde5b474b946','d25ca506-f6fd-465b-8d91-f1cd27e43ca3'"/>
<!--山西-->
<add key="140000" value="http://124.165.206.9:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--浙江-->
<add key="330000" value="http://183.129.232.104:8010/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--温州-->
<add key="330300" value="http://218.75.19.2:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--甬台温-->
<add key="330200" value="http://60.12.57.14:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--四川-->
<add key="510000" value="http://syyw.eshangtech.com:13435/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--广西恒信-->
<add key="450000" value="http://113.16.255.162:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--广西南宁分公司-->
<add key="451200" value="http://192.168.11.194:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--湖北-->
<add key="420000" value="http://192.168.11.194:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--江西-->
<add key="360000" value="http://59.52.76.180:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--贵州-->
<add key="520000" value="http://192.168.11.194:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--甘肃-->
<add key="620000" value="http://192.168.11.194:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--青海-->
<add key="630000" value="http://192.168.11.194:6060/MobileServicePlatform/Handler/handler_ajax.ashx"></add>
<!--EShangApiMainUrls地址-->
<add key="EShangApiMainUrls" value="https://api.eshangtech.com/EShangApiMain"/>
</appSettings>
</configuration>