Skip to content

Commit 935119a

Browse files
committed
clean up to prepare for PR
1 parent a9b18b9 commit 935119a

File tree

12 files changed

+385
-646
lines changed

12 files changed

+385
-646
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,6 @@ devspace*
7070

7171
# Build output
7272
dist
73+
74+
# Sql checkpoint
75+
*.checkpoint.sql

SETTLEMENT_ABORT_ISSUES.md

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

config/default.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,17 @@
5959
"retryCount": 3,
6060
"retryDelay": 200,
6161
"retryJitter": 100,
62-
"redisConfigs": [{ "type": "redis-cluster", "cluster": [{ "host": "localhost", "port": 6379 }] }]
62+
"redisConfigs": [
63+
{
64+
"type": "redis-cluster",
65+
"cluster": [
66+
{
67+
"host": "localhost",
68+
"port": 6379
69+
}
70+
]
71+
}
72+
]
6373
}
6474
}
6575
},
@@ -539,7 +549,11 @@
539549
},
540550
"PROVISIONING": {
541551
"enabled": true,
542-
"currencies": ["USD", "EUR", "KES"],
552+
"currencies": [
553+
"USD",
554+
"EUR",
555+
"KES"
556+
],
543557
"hubAlertEmailAddress": "example@email.com",
544558
"settlementModels": [],
545559
"oracles": []

0 commit comments

Comments
 (0)