generated from algoan/nestjs-connector-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdefault.json
31 lines (31 loc) · 829 Bytes
/
default.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
{
"algoan": {
"baseUrl": "http://localhost:4000",
"clientId": "a",
"clientSecret": "b",
"version": 1,
"username": "username",
"password": "password",
"debug": false,
"loggerOptions": {}
},
"budgetInsight": {
"url": "http://localhost:4000/",
"clientId": "budgetInsightClientId",
"clientSecret": "budgetInsightClientSecret",
"synchronizationTimeout": 1200,
"waitingTime": 1000,
"apiVersion": "2.0",
"ignoredConnectionStates": ["wrongpass", "bug", "passwordExpired", "websiteUnavailable"],
"paginationLimit": 20
},
"targetUrl": "http://localhost:8080/hooks",
"eventList": [
"aggregator_link_required",
"bank_details_required",
"service_account_created",
"service_account_updated"
],
"restHooksSecret": "sdvcsqdcsdcsd",
"port": 8080
}