From e191b4993c8d07ef0db47e82f421f6e30bc8c5ce Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 1 Aug 2017 17:11:32 +0200 Subject: [PATCH] remove config for sou currency --- app/config.json | 42 ------------------------------------------ 1 file changed, 42 deletions(-) diff --git a/app/config.json b/app/config.json index d3f27d2d..ce4a64bc 100644 --- a/app/config.json +++ b/app/config.json @@ -255,47 +255,5 @@ "enable": true } } - }, - - "sou": { - "cacheTimeMs": 60000, - "fallbackLanguage": "fr-FR", - "defaultLanguage": "fr-FR", - "rememberMe": false, - "showUDHistory": false, - "timeout": 15000, - "timeWarningExpireMembership": 5184000, - "timeWarningExpire": 7776000, - "useLocalStorage": true, - "useRelative": true, - "initPhase": false, - "expertMode": false, - "decimalCount": 2, - "compatProtocol_0_80": true, - "helptip": { - "enable": false, - "installDocUrl": { - "fr-FR": "http://www.le-sou.org/devenir-noeud/", - "en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md" - } - }, - "node": { - "host": "duniter.le-sou.org", - "port": "80" - }, - "plugins":{ - "es": { - "enable": true, - "askEnable": true, - "host": "data.le-sou.org", - "port": "80", - "notifications": { - "txSent": true, - "txReceived": true, - "certSent": true, - "certReceived": true - } - } - } } } -- GitLab