Skip to content

Commit

Permalink
update env example
Browse files Browse the repository at this point in the history
  • Loading branch information
glihm committed Sep 13, 2023
1 parent c53b539 commit b3e0941
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
RPC_PROVIDER=
RUST_BACKTRACE=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
RUST_LOG=
IS_DEV=
INDEXER_VERSION=1
START_BLOCK=862297
# If END_BLOCK commented -> latest block and poll head of the chain.
#END_BLOCK=862120

# indexer start block
START_BLOCK=
RUST_BACKTRACE=0
RUST_LOG=0
IS_DEV=true

# kinesis stream names
KINESIS_TRANSFER_STREAM_NAME=
KINESIS_COLLECTION_STREAM_NAME=

# dynamo db table names
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=

LAMBDA_FUNCTION_NAME=

ARK_INDEXER_TABLE_NAME=
ARK_TOKENS_EVENTS_TABLE_NAME=
ARK_COLLECTIONS_TABLE_NAME=
ARK_TOKENS_TABLE_NAME=
ARK_BLOCKS_TABLE_NAME=
ARK_TOKENS_OWNERS_TABLE_NAME=

IPFS_GATEWAY_URI=

0 comments on commit b3e0941

Please sign in to comment.