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

[fix] Fix desktop default settings

parent 0f6333eb
No related branches found
No related tags found
No related merge requests found
Pipeline #11023 failed
......@@ -44,8 +44,18 @@ const DEFAULT_SETTINGS = {
"enable": true,
"askEnable": false,
"useRemoteStorage": false,
"host": "g1.data.duniter.fr",
"host": "g1.data.e-is.pro",
"port": "443",
"fallbackNodes": [
{
"host": "g1.data.presles.fr",
"port": 443
},
{
"host": "g1.data.mithril.re",
"port": 443
}
],
"notifications": {
"txSent": true,
"txReceived": true,
......
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