mirror of https://github.com/vacp2p/wakurtosis.git
Changed default folder for topology generated
This commit is contained in:
parent
ca372f1a3e
commit
6db71b8031
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"kurtosis": {
|
||||
"enclave_name": "wakurtosis",
|
||||
"topology_path": "./config/network_topology/",
|
||||
"topology_path": "./config/topology_generated/",
|
||||
"same_toml_configuration": false
|
||||
},
|
||||
"gennet": {
|
||||
"num_nodes": 5,
|
||||
"num_nodes": 3,
|
||||
"num_topics": 1,
|
||||
"node_type": "desktop",
|
||||
"network_type": "scalefree",
|
||||
|
|
|
@ -8,8 +8,7 @@ WAKU_LIBP2P_PORT_ID = "libp2p"
|
|||
WAKU_LIBP2P_PORT = 60000
|
||||
WAKU_SETUP_WAIT_TIME = "5"
|
||||
|
||||
|
||||
NODE_CONFIG_FILE_LOCATION = "github.com/logos-co/wakurtosis/config/node_config_files/"
|
||||
NODE_CONFIG_FILE_LOCATION = "github.com/logos-co/wakurtosis/config/topology_generated/"
|
||||
|
||||
CONTAINER_NODE_CONFIG_FILE_LOCATION = "/node/configuration_file/"
|
||||
NODE_CONFIGURATION_FILE_EXTENSION = ".toml"
|
||||
|
|
Loading…
Reference in New Issue