From 6d147bd548c336c1a2b2fc4a63e4e8fc0222aa17 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 26 十二月 2023 17:31:09 +0800 Subject: [PATCH] 添加py初始化参数 --- MoonExp/Web.config | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/MoonExp/Web.config b/MoonExp/Web.config index a590083..0987bf2 100644 --- a/MoonExp/Web.config +++ b/MoonExp/Web.config @@ -9,6 +9,8 @@ <add key="pgConn" value="Server=192.168.20.83;Port=5433;Database=moon;User Id=postgres;Password=Postgres!_14_moon;"/> <!-- WMTS鍦板潃 --> <add key="wmtsUrl" value="http://219.153.49.10:7511/sj_raster/v6/wmts/service/system/10000201/1?ak=mf72ff9295c740ec0f37e61433e8a3ad8d"/> + <!--Py鍒濆鍖栧弬鏁�--> + <add key="pyInitArgs" value="cd "C:/Program Files/QGIS 3.16/apps/Python37";"C:/Program Files/QGIS 3.16/bin/qgis_process-qgis-ltr.bat""/> </appSettings> <system.web> <compilation debug="true" targetFramework="4.5.2" /> -- Gitblit v1.9.3