File tree Expand file tree Collapse file tree 7 files changed +37
-43
lines changed Expand file tree Collapse file tree 7 files changed +37
-43
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module github.com/edgexfoundry/app-service-configurable
2
2
3
3
go 1.16
4
4
5
- require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.60
5
+ require github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.65
Original file line number Diff line number Diff line change @@ -62,15 +62,14 @@ LogLevel = "INFO"
62
62
PersistOnError = " false"
63
63
64
64
[Service ]
65
- BootTimeout = " 30s"
66
- CheckInterval = " 10s"
65
+ HealthCheckInterval = " 10s"
67
66
Host = " localhost"
68
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
69
67
Port = 59705
70
- Protocol = " http"
71
- ReadMaxLimit = 100
72
- StartupMsg = " Configurable Application Service Started"
73
- Timeout = " 5s"
68
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
69
+ StartupMsg = " app-functional-tests Service Started"
70
+ MaxResultCount = 0 # Not curently used by App Services.
71
+ MaxRequestSize = 0 # Not curently used by App Services.
72
+ RequestTimeout = " 5s"
74
73
75
74
[Registry ]
76
75
Host = " localhost"
Original file line number Diff line number Diff line change 70
70
headervalue = " <put your value here>"
71
71
72
72
[Service ]
73
- BootTimeout = " 30s"
74
- CheckInterval = " 10s"
73
+ HealthCheckInterval = " 10s"
75
74
Host = " localhost"
76
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
77
75
Port = 59704
78
- Protocol = " http"
79
- ReadMaxLimit = 100
80
- StartupMsg = " AppServiceConfigurable-http-export has Started"
81
- Timeout = " 5s"
76
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
77
+ StartupMsg = " app-http-export has Started"
78
+ MaxResultCount = 0 # Not curently used by App Services.
79
+ MaxRequestSize = 0 # Not curently used by App Services.
80
+ RequestTimeout = " 5s"
82
81
83
82
[Registry ]
84
83
Host = " localhost"
Original file line number Diff line number Diff line change @@ -76,15 +76,14 @@ LogLevel = "INFO"
76
76
clientkey = " "
77
77
78
78
[Service ]
79
- BootTimeout = " 30s"
80
- CheckInterval = " 10s"
79
+ HealthCheckInterval = " 10s"
81
80
Host = " localhost"
82
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
83
81
Port = 59703
84
- Protocol = " http"
85
- ReadMaxLimit = 100
86
- StartupMsg = " AppServiceConfigurable-mqtt-export has Started"
87
- Timeout = " 5s"
82
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
83
+ StartupMsg = " app-mqtt-export has Started"
84
+ MaxResultCount = 0 # Not curently used by App Services.
85
+ MaxRequestSize = 0 # Not curently used by App Services.
86
+ RequestTimeout = " 5s"
88
87
89
88
[Registry ]
90
89
Host = " localhost"
Original file line number Diff line number Diff line change @@ -10,15 +10,14 @@ LogLevel = "INFO"
10
10
ReadingName = " "
11
11
12
12
[Service ]
13
- BootTimeout = " 30s"
14
- CheckInterval = " 10s"
13
+ HealthCheckInterval = " 10s"
15
14
Host = " localhost"
16
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
17
15
Port = 59702
18
- Protocol = " http"
19
- ReadMaxLimit = 100
20
- StartupMsg = " Configurable Application Service Started"
21
- Timeout = " 5s"
16
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
17
+ StartupMsg = " app-push-to-core has Started"
18
+ MaxResultCount = 0 # Not curently used by App Services.
19
+ MaxRequestSize = 0 # Not curently used by App Services.
20
+ RequestTimeout = " 5s"
22
21
23
22
[Registry ]
24
23
Host = " localhost"
Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ LogLevel = "INFO"
31
31
password = " "
32
32
33
33
[Service ]
34
- BootTimeout = " 30s"
35
- CheckInterval = " 10s"
34
+ HealthCheckInterval = " 10s"
36
35
Host = " localhost"
37
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
38
36
Port = 59701
39
- Protocol = " http"
40
- ReadMaxLimit = 100
41
- StartupMsg = " App Service for rules engine has Started"
42
- Timeout = " 5s"
37
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
38
+ StartupMsg = " app-rules-engine has Started"
39
+ MaxResultCount = 0 # Not curently used by App Services.
40
+ MaxRequestSize = 0 # Not curently used by App Services.
41
+ RequestTimeout = " 5s"
43
42
44
43
[Registry ]
45
44
Host = " localhost"
Original file line number Diff line number Diff line change @@ -118,15 +118,14 @@ LogLevel = "INFO"
118
118
key = " aquqweoruqwpeoruqwpoeruqwpoierupqoweiurpoqwiuerpqowieurqpowieurpoqiweuroipwqure"
119
119
120
120
[Service ]
121
- BootTimeout = " 30s"
122
- CheckInterval = " 10s"
121
+ HealthCheckInterval = " 10s"
123
122
Host = " localhost"
124
- ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
125
123
Port = 59700
126
- Protocol = " http"
127
- ReadMaxLimit = 100
128
- StartupMsg = " Sample Configurable Application Service Started"
129
- Timeout = " 5s"
124
+ ServerBindAddr = " " # if blank, uses default Go behavior https://golang.org/pkg/net/#Listen
125
+ StartupMsg = " app-sample has Started"
126
+ MaxResultCount = 0 # Not curently used by App Services.
127
+ MaxRequestSize = 0 # Not curently used by App Services.
128
+ RequestTimeout = " 5s"
130
129
131
130
[Registry ]
132
131
Host = " localhost"
You can’t perform that action at this time.
0 commit comments