Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/adks.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
port = 80
horizon = "http://traefik"
horizon = "http://horizon"
log_level = "warn"

[database]
Expand Down
3 changes: 2 additions & 1 deletion configs/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ db:
max_connections: 12

horizon:
url: http://traefik
url: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

notificator:
Expand Down Expand Up @@ -60,6 +60,7 @@ tx_watcher:
disabled: false

cop:
disabled: true
endpoint: http://cop
upstream: http://api
service_name: "api-service"
Expand Down
3 changes: 2 additions & 1 deletion configs/charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ sentry:
dsn: https://989409410d0740a89b1f8571c4195dca@sentry.tokend.services/3

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

cop:
disabled: true
endpoint: http://cop
upstream: http://charts
service_name: "charts-service"
Expand Down
6 changes: 3 additions & 3 deletions configs/client.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
document.ENV = {
HORIZON_SERVER: 'http://localhost:8000/_/api/',
FILE_STORAGE: 'http://localhost:8000/_/storage/api',
HORIZON_SERVER: 'http://localhost:8000',
FILE_STORAGE: 'http://localhost:9000',
NETWORK_PASSPHRASE: 'TokenD Developer Network',
KEY_SERVER_ADMIN: 'http://localhost:8000/_/adks',
KEY_SERVER_ADMIN: 'http://localhost:8006',
VALIDATE_EMAILS: false,
WEB_CLIENT_URL: 'http://localhost:8060'
}
2 changes: 1 addition & 1 deletion configs/coinpayments-atomic-swap-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentry:
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

coinpayments:
Expand Down
2 changes: 1 addition & 1 deletion configs/coinpayments-atomic-swap-matcher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentry:
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

coinpayments:
Expand Down
2 changes: 1 addition & 1 deletion configs/coinpayments-deposit-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentry:
dsn: https://591b6a3c375f4aa890a37532ce4969ec@sentry.tokend.services/4

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

coinpayments:
Expand Down
3 changes: 2 additions & 1 deletion configs/coinpayments-deposit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentry:
dsn: https://d6b1d77a917c4a73a5729a3ce836c9a0@sentry.tokend.services/5

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

coinpayments:
Expand All @@ -27,6 +27,7 @@ listener:
addr: :80

cop:
disabled: true
endpoint: http://cop
upstream: http://coinpayments-deposit
service_name: "coinpayments-deposit-service"
Expand Down
2 changes: 1 addition & 1 deletion configs/coinpayments-withdraw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sentry:
dsn: https://1bbe444efb3b4b15a58d9c0aba739f1c@sentry.tokend.services/6

horizon:
endpoint: http://traefik
endpoint: http://horizon
signer: SAMJKTZVW5UOHCDK5INYJNORF2HRKYI72M5XSZCBYAHQHR34FFR4Z6G4

coinpayments:
Expand Down
8 changes: 0 additions & 8 deletions configs/cop.yaml

This file was deleted.

1 change: 1 addition & 0 deletions configs/errors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ listener:
addr: :80

cop:
disabled: true
endpoint: "http://cop"
upstream: "http://errors"
service_name: error-handler-svc
Expand Down
1 change: 1 addition & 0 deletions configs/horizon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ config:
telegram_airdrop: http://black.hole

cop:
disabled: true
endpoint: http://cop
upstream: http://horizon
service_name: "horizon-service"
Expand Down
Loading