-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.env
34 lines (29 loc) · 1.13 KB
/
example.env
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
# Use `source .env` to load items, likely you actually want
# ```sh
# set -a # Automatically export variables
# source .env
# set +a # Stop auto-exporting
# <run some commands that need these vars>
# ```
#
# DO NOT wrap variables in quotes (THING=stuff is correct, not THING="stuff")
# Otherwise passing them to docker/podman may fail.
#
# ALL VARIABLES need to be \n terminated, no whitespace trimming happens
#### Dependant & Provider Settings
# To get a new token, see https://docs.celestia.org/tutorials/node-tutorial#auth-token
# Locally running nodes can use:
# celestia <node-type> auth admin --p2p.network <network>
CELESTIA_NODE_AUTH_TOKEN=never-gonna-give-you-up
CELESTIA_NODE_WS=ws://localhost:26658
#### Service Settings
EQ_DB_PATH=/tmp/db-eq-service-testing
# Expects a socket with ip & port specified (not transport)
EQ_SOCKET=127.0.0.1:50051
# Explicit port for docker (can't compute with --env-file)
EQ_PORT=50051
EQ_PROTO_DIR=./common/proto
# For using the SP1 Prover network
# More info & request getting on the white list:
# <https://docs.succinct.xyz/docs/sp1/generating-proofs/prover-network>
NETWORK_PRIVATE_KEY=succinct-luvs-u