Skip to content

Commit 0c15cb6

Browse files
committed
fix metrics server
1 parent 58365f5 commit 0c15cb6

File tree

9 files changed

+441
-300
lines changed

9 files changed

+441
-300
lines changed

.env.example

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
JWT_TOKEN=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
2+
BUILDER_JWT_TOKEN=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a
23
L2_URL=http://localhost:8551
34
BUILDER_URL=http://localhost:8552
45
RPC_HOST=0.0.0.0
56
RPC_PORT=8081
67
TRACING=false
78
LOG_LEVEL=info
9+
METRICS=false
810
BOOST_SYNC=false

0 commit comments

Comments
 (0)