Skip to content

Commit a96ddef

Browse files
authored
Merge pull request #43 from AdityaSrikanth/topic-release
Config updates for 1.10.0
2 parents 4109221 + bd160aa commit a96ddef

7 files changed

Lines changed: 18 additions & 127 deletions

File tree

config/app-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ if (configJson) {
2121
mkdirp.sync(config.tempDashboardHome);
2222
mkdirp.sync(config.dashboardHome);
2323

24-
module.exports = config;
24+
module.exports = config;

config/bot-context.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

config/config.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,13 @@
184184
"dbName": "cc",
185185
"host": "localhost",
186186
"port": "27017"
187-
}
187+
},
188+
"isCachingEnable": true,
189+
"sleepTime": 1000,
190+
"enableWatchDog": true,
191+
"defaultPage":1,
192+
"defaultLimit":10,
193+
"linksForRg": {
194+
"termsAndConditions": "REPLACE_WITH_TERMS_CONDITIONS_DOC_URL"
195+
}
188196
}

config/email-config.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

config/freshService-config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

config/global-config.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

config/settings-config.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"action": [
1414
{
1515
"action": "Stop",
16-
"imageUrl": "../../assets/images/no-stopping@2x.png"
16+
"imageUrl": "../../assets/images/stop.png"
1717
}
1818
]
1919
},
@@ -40,7 +40,7 @@
4040
},
4141
{
4242
"action": "Stop",
43-
"imageUrl": "../../assets/images/no-stopping@2x.png"
43+
"imageUrl": "../../assets/images/stop.png"
4444
}
4545
]
4646
}
@@ -143,7 +143,7 @@
143143
"action": [
144144
{
145145
"action": "Stop",
146-
"imageUrl": "../../assets/images/no-stopping@2x.png",
146+
"imageUrl": "../../assets/images/stop.png",
147147
"outputsRequired": [
148148
"InstanceId"
149149
]
@@ -179,7 +179,7 @@
179179
"action": [
180180
{
181181
"action": "Stop",
182-
"imageUrl": "../../assets/images/no-stopping@2x.png"
182+
"imageUrl": "../../assets/images/stop.png"
183183
},
184184
{
185185
"action": "Reboot",
@@ -229,7 +229,7 @@
229229
"action": [
230230
{
231231
"action": "Stop",
232-
"imageUrl": "../../assets/images/no-stopping@2x.png",
232+
"imageUrl": "../../assets/images/stop.png",
233233
"outputsRequired": [
234234
"InstanceId"
235235
]
@@ -265,7 +265,7 @@
265265
"action": [
266266
{
267267
"action": "Stop",
268-
"imageUrl": "../../assets/images/no-stopping@2x.png"
268+
"imageUrl": "../../assets/images/stop.png"
269269
},
270270
{
271271
"action": "Reboot",
@@ -323,7 +323,7 @@
323323
"action": [
324324
{
325325
"action": "Stop",
326-
"imageUrl": "../../assets/images/no-stopping@2x.png",
326+
"imageUrl": "../../assets/images/stop.png",
327327
"outputsRequired": [
328328
"InstanceId"
329329
]
@@ -359,7 +359,7 @@
359359
"action": [
360360
{
361361
"action": "Stop",
362-
"imageUrl": "../../assets/images/no-stopping@2x.png"
362+
"imageUrl": "../../assets/images/stop.png"
363363
},
364364
{
365365
"action": "Reboot",

0 commit comments

Comments
 (0)