-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.env.sample
51 lines (51 loc) · 1.84 KB
/
.env.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Override the default port for the attestor to run on
PORT=
# ETH private key. This could be the private key of some other
# signature algorithm too. However, at the moment -- only ETH
# is supported.
PRIVATE_KEY=
# Private & public key shares for this node's share
# of the threshold signature
TOPRF_SHARE_PRIVATE_KEY=
TOPRF_SHARE_PUBLIC_KEY=
# Overall public key for the threshold signature
TOPRF_PUBLIC_KEY=
# Provide a https proxy URL to allow for the creation of geo-specified
# tunnels. The attestor will replace {{geolocation}} in the URL
# with the geolocation it needs to connect to. geolocation is a 2-letter
# ISO code
HTTPS_PROXY_URL=
# Variables for the Elastic APM
ELASTIC_APM_SERVER_URL=
ELASTIC_APM_SECRET_TOKEN=
# Fraction of requests to be sampled & sent to the Elastic APM
ELASTIC_APM_SAMPLE_RATE=
# Set the log level for the attestor.
# Possible values are: debug, info, warn, error
LOG_LEVEL=
# Number of concurrent ZK proofs to generate
# Default is 10
ZK_CONCURRENCY=
# Chain ID for where the AVS operator is deployed. Only required for
# when registering the operator on the AVS.
# Example -- 31337
CHAIN_ID=
# The publicly accessible URL for the attestor to be contacted on
# this URL will be used by customers to contact the attestor when they
# want to create a claim
# Example -- wss://attestor.example.com/ws
RECLAIM_PUBLIC_URL=
# should the attestor pay the claim requests
# set to "1" to enable
ACCEPT_CLAIM_PAYMENT_REQUESTS=
# Disable checks for BGP announcement overlaps.
# Only recommended for testing purposes. Set to "1" to disable
# said checks.
DISABLE_BGP_CHECKS=
# If the attestor implements private authentication
# this is the public key that the attestor will use to
# verify the signature of the user attempting to connect.
#
# The public key will be of the same signature algorithm
# as the attestor's private key.
AUTHENTICATION_PUBLIC_KEY=