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

[fix] Add fallback node in the default config

parent b7d8a6f8
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,23 @@ ...@@ -31,11 +31,23 @@
}, },
"fallbackNodes": [ "fallbackNodes": [
{ {
"host": "g1.duniter.fr", "host": "g1.nordstrom.duniter.org",
"port": 443 "port": 443
}, },
{ {
"host": "g1.duniter.org", "host": "g1.cgeek.fr",
"port": 443
},
{
"host": "g1.monnaielibreoccitanie.org",
"port": 443
},
{
"host": "g1.le-sou.org",
"port": 443
},
{
"host": "g1.duniter.fr",
"port": 443 "port": 443
} }
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment