5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-11-10 03:30:27 +00:00
yggdrasil-map/mapper/conf_sh.example.py

20 lines
432 B
Python
Raw Normal View History

2014-03-29 23:51:57 +00:00
#
# This file should be runnable by bash and python!
#
cjdns_path="/home/user/cjdns"
2014-03-30 11:34:08 +00:00
graph_output="../web/static/graph.json"
2014-03-29 23:51:57 +00:00
num_of_nodes=30
# Where mapper nodes connect to
peer_ip="127.0.0.1"
peer_port="33333"
peer_pw="mapper-peers-hunter2qwertyuiopoiuytrewq"
peer_pk="osufn28fjjduan29dajsdnasiqlqn8ahasoasa.k"
# Admin RPC of mapper nodes
rpc_bind="127.0.0.1"
rpc_connect="127.0.0.1"
rpc_pw="Kjs8HuaKu2afdw"
rpc_firstport=11244