-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.STAGE.config
21 lines (21 loc) · 1.2 KB
/
App.STAGE.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="exceptionManagement" type="Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManagerSectionHandler,Microsoft.ApplicationBlocks.ExceptionManagement,Version=1.0.1522.20858, Culture=neutral, PublicKeyToken=03bb8fa6492d6824"/>
</configSections>
<appSettings>
<add key="ServiceName" value="Humana.H1.JobService_STAGE"/>
<add key="dbConn" value="server=qasql1.humana-one.com,1433;database=HDSTAGE;user id=WebuserSTAGE;password=link4stats" />
<add key="dbConnException" value="server=qasql1.humana-one.com,1433;uid=WebUserEMAB;pwd=link4stats;database=zException;Application Name=H1JobService" />
<add key="strServiceTimer" value="15000"/>
<add key="MonitorJobDef.1" value="ALL"/>
<add key="MonitorJobDef.2" value="!ContactMIBDirect"/>
<add key="CanCancelJob" value="true"/>
</appSettings>
<exceptionManagement mode="on">
<publisher mode="on" assembly="Adapt.ExceptionManagement,Version=1.0.1536.29117, Culture=neutral, PublicKeyToken=4aefe2c939fbf901" type="Adapt.ExceptionManagement.ExceptionPublisher"/>
</exceptionManagement>
<startup>
<supportedRuntime version="v2.0.50727"/>
</startup>
</configuration>