You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Note that the repo also features a watchdog, which keeps track of prices and reg
42
42
43
43
## FAsset Indexer Xrp
44
44
45
-
Needs the environment variables to establish database connection from [the previous section](#fasset-indexer-core) and the following API configuration:
45
+
Needs the environment variables to establish database connection from the [core section](#fasset-indexer-core) and the following rpc configuration:
46
46
47
47
-**XRP_RPC_URL**: needs to be set to the rpc of the indexed Ripple node;
48
48
-**XRP_RPC_API_KEY**: should be set to the api key of the indexed Ripple node rpc (not yet implemented);
@@ -53,7 +53,7 @@ Run with `yarn run-xrp-indexer`.
53
53
54
54
## FAsset Indexer Api
55
55
56
-
Needs the environment variables to establish database connection from [the previous section](#fasset-indexer-core) and the following API configuration:
56
+
Needs the environment variables to establish database connection from the [core section](#fasset-indexer-core) and the following API configuration:
57
57
58
58
-**API_PORT**: needs to be set to the served port;
59
59
-**API_ROOT_PATH**: should be set to a chosen prefix path of the served api.
0 commit comments