Skip to content
Snippets Groups Projects
Commit 81b7086a authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] configure default fallback nodes - #476

parent c7c39c4a
Branches
Tags
No related merge requests found
...@@ -26,6 +26,15 @@ ...@@ -26,6 +26,15 @@
"host": "g1.duniter.org", "host": "g1.duniter.org",
"port": "443" "port": "443"
}, },
"fallbackNodes": [{
"host": "g1.duniter.org",
"port": "443"
},
{
"host": "g1.duniter.fr",
"port": "443"
}
],
"plugins":{ "plugins":{
"es": { "es": {
"enable": true, "enable": true,
...@@ -69,6 +78,15 @@ ...@@ -69,6 +78,15 @@
"host": "g1.duniter.fr", "host": "g1.duniter.fr",
"port": "443" "port": "443"
}, },
"fallbackNodes": [{
"host": "g1.duniter.org",
"port": "443"
},
{
"host": "g1.duniter.fr",
"port": "443"
}
],
"plugins":{ "plugins":{
"es": { "es": {
"enable": true, "enable": true,
...@@ -102,8 +120,8 @@ ...@@ -102,8 +120,8 @@
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
}, },
"node": { "node": {
"host": "gtest.duniter.org", "host": "g1-test.duniter.org",
"port": 10900 "port": 443
}, },
"plugins":{ "plugins":{
"es": { "es": {
...@@ -149,6 +167,15 @@ ...@@ -149,6 +167,15 @@
"host": "localhost", "host": "localhost",
"port": 9600 "port": 9600
}, },
"fallbackNodes": [{
"host": "g1.duniter.org",
"port": "443"
},
{
"host": "g1.duniter.fr",
"port": "443"
}
],
"plugins":{ "plugins":{
"es": { "es": {
"enable": false, "enable": false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment