blob: fe0f040fc4191237b1585eb9bcaa1b9ab944b5b7 (
plain)
1
2
3
4
5
6
7
8
9
|
# The address to bind the http server to
DRAND_BIND_ADDRESS="localhost:8080"
# The URL and port to your drand node's grpc port
# You can add fallback nodes by separating them with a comma
DRAND_GRPC_CONNECT="localhost:4444"
# The address to bind the metrics server
DRAND_METRICS_ADDRESS="localhost:9999"
|