Skip to content

Commit 2437dd9

Browse files
committed
Merge branch 'v4.5'
2 parents 6002e9a + 18056b5 commit 2437dd9

18 files changed

Lines changed: 96 additions & 57 deletions

configs/adks.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
port = 80
2-
horizon = "http://janus"
2+
horizon = "http://traefik"
33
log_level = "warn"
44

55
[database]

configs/api.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ wallets:
5959
tx_watcher:
6060
disabled: false
6161

62-
janus:
63-
endpoint: http://janus:8000
62+
cop:
63+
endpoint: http://cop
6464
upstream: http://api
65-
surname: api
65+
service_name: "api-service"
66+
service_port: "80"
6667

6768
# system settings
6869
key_values:

configs/charts.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
listener:
22
addr: :80
33

4-
websocket:
5-
enabled: true
6-
addr: :8080
7-
84
log:
95
level: warn
106
# we are using sentry for error collection,
@@ -19,10 +15,11 @@ sentry:
1915
dsn: https://989409410d0740a89b1f8571c4195dca@sentry.tokend.services/3
2016

2117
horizon:
22-
endpoint: http://janus
18+
endpoint: http://traefik
2319
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
2420

25-
janus:
26-
endpoint: http://janus:8000
21+
cop:
22+
endpoint: http://cop
2723
upstream: http://charts
28-
surname: charts
24+
service_name: "charts-service"
25+
service_port: "80"

configs/coinpayments-atomic-swap-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentry:
88
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6
99

1010
horizon:
11-
endpoint: http://janus
11+
endpoint: http://traefik
1212
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
1313

1414
coinpayments:

configs/coinpayments-atomic-swap-matcher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentry:
88
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6
99

1010
horizon:
11-
endpoint: http://janus
11+
endpoint: http://traefik
1212
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
1313

1414
coinpayments:

configs/coinpayments-deposit-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentry:
88
dsn: https://591b6a3c375f4aa890a37532ce4969ec@sentry.tokend.services/4
99

1010
horizon:
11-
endpoint: http://janus
11+
endpoint: http://traefik
1212
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
1313

1414
coinpayments:

configs/coinpayments-deposit.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentry:
88
dsn: https://d6b1d77a917c4a73a5729a3ce836c9a0@sentry.tokend.services/5
99

1010
horizon:
11-
endpoint: http://janus
11+
endpoint: http://traefik
1212
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
1313

1414
coinpayments:
@@ -26,7 +26,9 @@ deposit:
2626
listener:
2727
addr: :80
2828

29-
janus:
30-
endpoint: http://janus:8000
29+
cop:
30+
endpoint: http://cop
3131
upstream: http://coinpayments-deposit
32-
surname: coinpayments-deposit
32+
service_name: "coinpayments-deposit-service"
33+
service_port: "80"
34+
service_prefix: "/integrations/coinpayments/deposit"

configs/coinpayments-withdraw.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sentry:
88
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6
99

1010
horizon:
11-
endpoint: http://janus
11+
endpoint: http://traefik
1212
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4
1313

1414
coinpayments:

configs/cop.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
log:
2+
disable_sentry: true
3+
4+
traefik:
5+
endpoint: http://traefik:8080
6+
7+
listener:
8+
addr: :80

configs/errors.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
log:
2+
disable_sentry: true
3+
4+
listener:
5+
addr: :80
6+
7+
cop:
8+
endpoint: "http://cop"
9+
upstream: "http://errors"
10+
service_name: error-handler-svc
11+
service_port: "80"

0 commit comments

Comments
 (0)