From abae4f7bfdd4c3435e71dad3c3a54e1e1b43dde7 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Wed, 10 Jan 2024 18:51:44 +0100 Subject: [PATCH 1/3] Update github link to config --- external/client/mainnet/config-files.txt | 2 +- external/node/mainnet/config-files.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/client/mainnet/config-files.txt b/external/client/mainnet/config-files.txt index 78210f52c..821f0d7d0 100644 --- a/external/client/mainnet/config-files.txt +++ b/external/client/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/mainnet/massa-client/base_config/config.toml \ No newline at end of file +https://raw.githubusercontent.com/massalabs/massa/MAIN.2.0/massa-client/base_config/config.toml diff --git a/external/node/mainnet/config-files.txt b/external/node/mainnet/config-files.txt index 14334e8c9..3bf1b25e9 100644 --- a/external/node/mainnet/config-files.txt +++ b/external/node/mainnet/config-files.txt @@ -1 +1 @@ -https://raw.githubusercontent.com/massalabs/massa/mainnet/massa-node/base_config/config.toml +https://raw.githubusercontent.com/massalabs/massa/MAIN.2.0/massa-node/base_config/config.toml From c31d29bbe9fc9f467ece073674f335088d8a6003 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Wed, 10 Jan 2024 18:53:27 +0100 Subject: [PATCH 2/3] Add \n --- docs/node/all-configs.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/node/all-configs.mdx b/docs/node/all-configs.mdx index 7e9edf783..948b763d8 100644 --- a/docs/node/all-configs.mdx +++ b/docs/node/all-configs.mdx @@ -22,15 +22,20 @@ the `massa-node/config/config.toml` file. + ```toml EXTERNAL_MAINNET_NODE_CONFIG_CONTENT + ``` + ```toml EXTERNAL_BUILDNET_NODE_CONFIG_CONTENT + ``` + @@ -42,14 +47,20 @@ the `massa-client/config/config.toml` file. + ```toml EXTERNAL_MAINNET_CLIENT_CONFIG_CONTENT + ``` + + ```toml EXTERNAL_BUILDNET_CLIENT_CONFIG_CONTENT + ``` + \ No newline at end of file From 1e3eaf201d43dc74f3aa00a2b62a8021b4e55179 Mon Sep 17 00:00:00 2001 From: Leo-Besancon Date: Thu, 11 Jan 2024 08:43:09 +0100 Subject: [PATCH 3/3] Fix formatting --- docs/node/all-configs.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/node/all-configs.mdx b/docs/node/all-configs.mdx index 948b763d8..12567c4d0 100644 --- a/docs/node/all-configs.mdx +++ b/docs/node/all-configs.mdx @@ -13,6 +13,7 @@ Use with caution, overriding some configurations could lead to node instability and/or a complete desynchronization from Massa blockchain. ::: + ## Node configuration You can override the default configuration via @@ -20,16 +21,16 @@ the `massa-node/config/config.toml` file. - ```toml EXTERNAL_MAINNET_NODE_CONFIG_CONTENT ``` + - + ```toml EXTERNAL_BUILDNET_NODE_CONFIG_CONTENT @@ -55,7 +56,7 @@ EXTERNAL_MAINNET_CLIENT_CONFIG_CONTENT - + ```toml EXTERNAL_BUILDNET_CLIENT_CONFIG_CONTENT @@ -63,4 +64,4 @@ EXTERNAL_BUILDNET_CLIENT_CONFIG_CONTENT ``` - \ No newline at end of file +