-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathComponents.xml
More file actions
34 lines (29 loc) · 1.39 KB
/
Copy pathComponents.xml
File metadata and controls
34 lines (29 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<facilities>
<!--去掉下面facility定义就可不做AutoLogging-->
<facility type="PengeSoft.Logging.AutoLoggingFacility, PengeSoft.Core" />
<!-- 去掉下面facility定义就可不做 DynHttpClient -->
<facility type="PengeSoft.Client.DynHttpClientFacility, PengeSoft.Core" />
<!--去掉下面facility定义就可不做自动缓存-->
<facility type="PengeSoft.Cache.AutoCacheFacility, PengeSoft.Core" />
</facilities>
<components>
<component id="CacheFactory.Redis" type="PengeSoft.Cache.SSRedisCacheFactory, PengeSoft.Redis" service="PengeSoft.Cache.ICacheFactory, PengeSoft.Core" lifestyle="Singleton">
<parameters>
<host>127.0.0.1</host>
</parameters>
</component>
<component id="OrderManager" service="Pydc.Service.IOrderManager, Pydc" type="Pydc.Service.OrderManager, Pydc" lifestyle="singleton">
<parameters>
</parameters>
</component>
<component id="DingTalk.Auther" service="PengeSoft.DingTalk.IAuther, PengeSoft.DingTalk" type="PengeSoft.DingTalk.Auther, PengeSoft.DingTalk" lifestyle="singleton">
<parameters>
<AppKey>dingfiom3eb8bgqgxvpd</AppKey>
<AppSecret>UzL2W3BAw4eKPw4DfZyUoyzoy9EKFdZKp1014Z9WOJkdNMHYVCJa2KPisVVRe3Wg</AppSecret>
<AgentId>250736984</AgentId>
</parameters>
</component>
</components>
</configuration>