Skip to content

Commit 47ee52d

Browse files
author
Mateusz Czeladka
committed
chore: integration test fixes
1 parent 1cb57ab commit 47ee52d

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.env.IntegrationTest

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,11 @@ CONTINUE_PARSING_ON_ERROR=false
149149
SYNC=false
150150

151151
## Peer Discovery
152-
PEER_DISCOVERY=false
152+
PEER_DISCOVERY=false
153+
154+
## Token Registry
155+
TOKEN_REGISTRY_ENABLED=false
156+
TOKEN_REGISTRY_BASE_URL=https://tokens.cardano.org/api
157+
TOKEN_REGISTRY_CACHE_TTL_HOURS=12
158+
TOKEN_REGISTRY_CACHE_CLEAR_RATE=15m
159+
TOKEN_REGISTRY_LOGO_FETCH=false

.env.h2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,10 @@ CONTINUE_PARSING_ON_ERROR=false
104104

105105
## Indexer sync starts after node is at tip. Set false for offline mode.
106106
SYNC=false
107+
108+
## Token Registry
109+
TOKEN_REGISTRY_ENABLED=false
110+
TOKEN_REGISTRY_BASE_URL=https://tokens.cardano.org/api
111+
TOKEN_REGISTRY_CACHE_TTL_HOURS=12
112+
TOKEN_REGISTRY_CACHE_CLEAR_RATE=15m
113+
TOKEN_REGISTRY_LOGO_FETCH=false

.env.h2-testdata

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,10 @@ CONTINUE_PARSING_ON_ERROR=false
105105

106106
## Indexer sync starts after node is at tip. Set false for offline mode.
107107
SYNC=false
108+
109+
## Token Registry
110+
TOKEN_REGISTRY_ENABLED=false
111+
TOKEN_REGISTRY_BASE_URL=https://tokens.cardano.org/api
112+
TOKEN_REGISTRY_CACHE_TTL_HOURS=12
113+
TOKEN_REGISTRY_CACHE_CLEAR_RATE=15m
114+
TOKEN_REGISTRY_LOGO_FETCH=false

0 commit comments

Comments
 (0)