1234567891011121314151617181920212223242526272829 |
- {
- "RunType": "cs", //ws(WindowsService)、cs(ConsoleService)、ls(LinuxService)
- "RunLog": {
- "ApiLog": true //系统全局日志
- },
- "ConnectionStrings": {
- "Ciphertext": false, //密文
- "Default": {
- "ProviderName": "Oracle",
- "ConnectionString": "DATA SOURCE=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.50)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=orcl)));USER ID=KJGH;Password=KJGH"
- },
- //"Default": {
- // "ProviderName": "PostgreSQL",
- // "ConnectionString": "HOST=192.168.1.8;Port=5432;Database=btkjgh;User Id=kjgh;Password=kjgh;"
- //}
- },
- "Gis": {
- "Encoding": "UTF-8"
- },
- "File": {
- "ImageZip": "300/0;40/1", //上传图片压缩=宽/(0:PX,1:%)
- "PdfExe": "OfficeToPdf\\OfficeToPdf.exe"
- },
- "Path": {
- "Root": "E:\\00.QMHS\\QMHS.P008KJGH.YL\\Publish\\0.files",
- "PyExe": "C:\\Python27\\ArcGIS10.8\\python.exe",
- "PythonFile": "E:\\00.QMHS\\QMHS.P008KJGH.YL\\SVN\\trunk\\SoureCode\\2.Api\\QM.KJGH.Com\\QM.GisPython\\main.py"
- }
- }
|