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

[fix] default config

parent c440fa08
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@
}
},
"gtest": {
"g1-test": {
"cacheTimeMs": 60000,
"fallbackLanguage": "en",
"rememberMe": false,
......@@ -115,7 +115,7 @@
"useLocalStorage": true,
"useRelative": false,
"expertMode": true,
"decimalCount": 4,
"decimalCount": 2,
"helptip": {
"enable": true,
"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
......@@ -124,12 +124,18 @@
"host": "g1-test.duniter.org",
"port": 443
},
"fallbackNodes": [
{
"host": "g1-test.cgeek.fr",
"port": 443
}
],
"plugins":{
"es": {
"enable": true,
"askEnable": false,
"host": "data.gtest.duniter.fr",
"port": 80,
"host": "g1-test.data.duniter.fr",
"port": 443,
"notifications": {
"txSent": true,
"txReceived": true,
......
......@@ -20,7 +20,7 @@ angular.module("cesium.config", [])
"useLocalStorage": true,
"useRelative": false,
"initPhase": false,
"expertMode": false,
"expertMode": true,
"decimalCount": 2,
"httpsMode": false,
"helptip": {
......@@ -32,22 +32,13 @@ angular.module("cesium.config", [])
"en": "license/license_g1-en.txt"
},
"node": {
"host": "g1.duniter.org",
"port": "443"
"host": "g1.duniter.tednet.fr",
"port": "8999",
"useSsl": true
},
"fallbackNodes": [
{
"host": "g1.duniter.fr",
"port": "443"
},
{
"host": "g1.duniter.org",
"port": "443"
}
],
"plugins": {
"es": {
"enable": true,
"enable": false,
"askEnable": false,
"host": "g1.data.duniter.fr",
"port": "443",
......@@ -60,8 +51,8 @@ angular.module("cesium.config", [])
}
},
"version": "0.12.9",
"build": "2017-06-09T07:06:10.583Z",
"build": "2017-06-09T09:32:01.817Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})
;
\ No newline at end of file
;
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