-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-settings.json
96 lines (96 loc) · 2.39 KB
/
app-settings.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"ConfigSBS": {
"chave1": "chavexxx",
"ProxyConfig": {
"proxynamespaceassembly": "D:\\DEV\\Workspace\\sbs\\pd_sbs\\SBS\\config\\proxy.xml",
"proxynamespaceassemblythirdparty": "D:\\DEV\\Workspace\\sbs\\pd_sbs\\SBS\\config\\proxySenior.xml",
"proxynamespacepersistencia": "D:\\DEV\\Workspace\\sbs\\pd_sbs\\SBS\\config\\proxypersistencia.xml"
},
"PersistenciaConfig": {
"conexaoConfig": {
"id": "*.*",
"nome": "Solução SBS",
"ativa": true,
"utilizarstringconexao": false,
"stringconexao": "",
"servidorbd": "SRSSPN180\\SLQ2017",
"nomeBD": "dbSBSPDCISQL",
"timeoutbd": "3600",
"usuariobd": "userSBSPDCISQL",
"senhabd": "sbsPassword",
"habilitarpool": false,
"minpool": "0",
"maxpool": "50",
"habilitarressubmissaoautomaticabd": false,
"numeroressubmissoesbd": "50",
"intervaloentreressubmissoesbd": "5000",
"utilizaruppercase": false
}
},
"SegurancaConfig": {
"autenticacao": "D:\\DEV\\Workspace\\sbs\\pd_sbs\\sbs\\config\\autenticacao.xml"
},
"ServiceConfig": {
"servicoweb": "D:\\DEV\\Workspace\\sbs\\pd_sbs\\sbs\\config\\servicoweb.xml"
},
"MemoryConfig": {
"providerInMemory": true,
"providerServerMemory": "localhost:6379",
"providerInstanceMemory": "redisPH"
}
},
"Configuration": {
"ConsoleTitle": "CONSOLE-TITLE"
},
"Serilog": {
"Using": [
"Serilog.Sinks.Console"
],
"MinimumLevel": "Debug",
"WriteTo": [
{
"Name": "Console"
},
{
"Name": "File",
"Args": {
"path": "%TEMP%\\Logs\\serilog-configuration-sample.txt"
}
}
],
"Enrich": [
"FromLogContext",
"WithMachineName",
"WithThreadId"
],
"Destructure": [
{
"Name": "With",
"Args": {
"policy": "Sample.CustomPolicy, Sample"
}
},
{
"Name": "ToMaximumDepth",
"Args": {
"maximumDestructuringDepth": 4
}
},
{
"Name": "ToMaximumStringLength",
"Args": {
"maximumStringLength": 100
}
},
{
"Name": "ToMaximumCollectionCount",
"Args": {
"maximumCollectionCount": 10
}
}
],
"Properties": {
"Application": "Sample"
}
}
}