Skip to content

Commit 76ecdf0

Browse files
committed
add proxy config sample
1 parent 5c6c225 commit 76ecdf0

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

coordinator/conf/config_proxy.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"proxy_manager": {
3+
"proxy_cli": {
4+
"proxy_name": "proxy_name"
5+
},
6+
"auth": {
7+
"secret": "proxy secret key",
8+
"challenge_expire_duration_sec": 3600,
9+
"login_expire_duration_sec": 3600
10+
},
11+
"verifier": {
12+
"min_prover_version": "v4.4.45",
13+
"verifiers": [
14+
{
15+
"assets_path": "assets",
16+
"fork_name": "euclidV2"
17+
},
18+
{
19+
"assets_path": "assets",
20+
"fork_name": "feynman"
21+
}
22+
]
23+
}
24+
},
25+
"coordinators": {
26+
"sepolia": {
27+
"base_url": "http://localhost:8555",
28+
"retry_count": 10,
29+
"retry_wait_time_sec": 10,
30+
"connection_timeout_sec": 30
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)