Skip to content

Commit 2febece

Browse files
author
Mateusz Czeladka
committed
feat: token registry integration into Rosetta API part 14.
1 parent 4681940 commit 2febece

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docs/install-and-deploy/env-vars.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Within root folder of the project there are example `.env` files, which can be c
8686
| `CONTINUE_PARSING_ON_ERROR` | Continue processing failed to parse blocks | true | added in release 1.3.0 |
8787
| `SEARCH_LIMIT` | Search limit used in search | 100 | added in release 1.3.2 |
8888
| `PEER_DISCOVERY` | Enable peer discovery job for automatic peer refreshing | false | added in release 1.3.2 |
89+
| `TOKEN_REGISTRY_ENABLED` | Enable token registry integration for native token metadata | true | added in release 1.4.0 |
90+
| `TOKEN_REGISTRY_BASE_URL` | Base URL for the token registry API | https://tokens.cardano.org/api | added in release 1.4.0 |
91+
| `TOKEN_REGISTRY_CACHE_TTL_HOURS` | Cache TTL for token metadata in hours | 1 | added in release 1.4.0 |
92+
| `TOKEN_REGISTRY_CACHE_CLEAR_RATE` | Scheduled rate for clearing token metadata cache (Spring format) | 15m | added in release 1.4.0 |
93+
| `TOKEN_REGISTRY_LOGO_FETCH` | Enable fetching token logos from registry (increases response size) | false | added in release 1.4.0 |
8994

9095
## Deprecated Environment Variables (Previous Versions)
9196

0 commit comments

Comments
 (0)