Changed default folder for topology generated

This commit is contained in:
Alberto Soutullo 2023-01-22 19:46:54 +01:00
parent ca372f1a3e
commit 6db71b8031
2 changed files with 3 additions and 4 deletions

View File

@ -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",

View File

@ -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"