Skip to content

Commit a271ce3

Browse files
committed
add mocknet config to sample/conf dir
1 parent 915e314 commit a271ce3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sample/conf/mocknet.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[node]
2+
# working_dir = "/dir/to/save/chainstate" # defaults to: /tmp/stacks-node-[0-9]*
3+
rpc_bind = "0.0.0.0:20443"
4+
p2p_bind = "0.0.0.0:20444"
5+
prometheus_bind = "0.0.0.0:9153"
6+
7+
[burnchain]
8+
mode = "mocknet"
9+
10+
# Used for sending events to a local stacks-blockchain-api service
11+
# [[events_observer]]
12+
# endpoint = "localhost:3700"
13+
# events_keys = ["*"]
14+

0 commit comments

Comments
 (0)