File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -149,4 +149,11 @@ CONTINUE_PARSING_ON_ERROR=false
149149SYNC=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
Original file line number Diff line number Diff 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.
106106SYNC=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
Original file line number Diff line number Diff 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.
107107SYNC=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
You can’t perform that action at this time.
0 commit comments