Skip to content

Commit 6445d3e

Browse files
authored
Merge pull request #52 from AdityaSrikanth/topic-release
Cost control config changes
2 parents 2e36aef + ae6d45a commit 6445d3e

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

config/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
"accountCleanupEventTriggerURL": "http://sp2_cc-3102:3002/accountCleanupEvent",
9797
"paramChangeUpdateURL": "http://sp2_cc-3102:3002/researchProducts/productParams",
9898
"credentialManagementURL": "http://sp2_cc-3102:3002/authentication",
99+
"projectSyncURL": "http://sp2_cc-3102:3002/sync-product",
99100
"researchGatewayAPIToken": "REPLACE_WITH_API_TOKEN",
100101
"nsUseSecretsManager": true,
101102
"thresholdPercentage": 80,

dump/configs.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,24 @@
297297
"link": "https://youtu.be/zDksIb1n9zI?t=100"
298298
},
299299
"assignProducts": {
300-
"link": "https://youtu.be/zDksIb1n9zI?t=100"
300+
"link": "https://youtu.be/zDksIb1n9zI?t=126"
301301
},
302302
"users": {
303-
"link": "https://youtu.be/zDksIb1n9zI?t=100"
303+
"link": "https://youtu.be/zDksIb1n9zI?t=121"
304304
}
305305
}
306+
},
307+
{
308+
"_id": {
309+
"$oid": "6239b4f485c63a8c118d8e17"
310+
},
311+
"key": "projectCostControl",
312+
"value": {
313+
"isCostControlEnabled": true,
314+
"defaultAllowProjectActionsOverride": true,
315+
"projectPauseThresholdPercentage": 80,
316+
"projectStopThresholdPercentage": 90,
317+
"costControlReadMoreLink": "https://researchgateway.readthedocs.io/en/latest/"
318+
}
306319
}
307320
]

0 commit comments

Comments
 (0)