forked from arkade-os/rust-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
21 lines (18 loc) · 758 Bytes
/
.env.sample
File metadata and controls
21 lines (18 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This variable is used by the command `just arkd-checkout <tag>` to
# create and manage a dedicated checkout of the arkd repo. This can be
# convenient, but is not strictly necessary for local development.
ARK_GO_DIR=./ark-go
# The location of the arkd repository. This repository will be used to
# start and configure the arkd server when setting up the local
# development environment.
#
# If you have configured `ARK_GO_DIR`, you can use:
ARKD_DIR=${ARK_GO_DIR}/arkd
# Alternatively, you can point to a different checkout of arkd:
# ARKD_DIR=/path/to/arkd-repo
# Environment variables forwarded to arkd when setting up local
# development environment.
ARKD_DB_TYPE=sqlite
ARKD_EVENT_DB_TYPE=badger
ARKD_LIVE_STORE_TYPE=inmemory
ARKD_VTXO_MIN_AMOUNT=1