Skip to content
Snippets Groups Projects
Select Git revision
  • patch-25
  • master default protected
  • Vivakvo-master-patch-80805
  • patch-26
  • patch-19
  • patch-24
  • patch-23
  • patch-22
  • patch-21
  • patch-18
  • patch-17
  • Vivakvo-master-patch-99327
  • patch-16
  • patch-15
  • patch-14
  • patch-13
  • patch-12
  • patch-11
  • patch-10
  • patch-9
  • v1.4.1
  • v1.4.0
  • v1.3.11
  • v1.3.10
  • v1.3.9
  • v1.3.8
  • v1.3.7
  • v1.3.6
  • v1.3.5
  • v1.3.4
  • v1.3.3
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.10
  • v1.2.9
  • v1.2.8
  • v1.2.7
  • v1.2.6
  • v1.2.5
40 results

README.md

Blame
  • Forked from clients / Cesium-grp / Cesium
    Source project has a limited visibility.
    config.js 1.92 KiB
    /******
    * !! WARNING: This is a generated file !!
    *
    * PLEASE DO NOT MODIFY DIRECTLY
    *
    * => Changes should be done on file 'app/config.json'.
    ******/
    
    angular.module("cesium.config", [])
    
    .constant("csConfig", {
    	"cacheTimeMs": 300000,
    	"fallbackLanguage": "en",
    	"rememberMe": true,
    	"showUDHistory": true,
    	"timeout": 40000,
    	"timeWarningExpireMembership": 5184000,
    	"timeWarningExpire": 7776000,
    	"keepAuthIdle": 600,
    	"useLocalStorage": true,
    	"useRelative": false,
    	"expertMode": false,
    	"decimalCount": 2,
    	"httpsMode": false,
    	"shareBaseUrl": "https://g1.duniter.fr",
    	"helptip": {
    		"enable": true,
    		"installDocUrl": {
    			"fr-FR": "https://duniter.org/fr/wiki/duniter/installer/",
    			"en": "https://duniter.org/en/wiki/duniter/install/"
    		}
    	},
    	"license": {
    		"en": "license/license_g1-en",
    		"fr-FR": "license/license_g1-fr-FR",
    		"es-ES": "license/license_g1-es-ES"
    	},
    	"node": {
    		"host": "g1.duniter.org",
    		"port": 443
    	},
    	"fallbackNodes": [
    		{
    			"host": "g1.nordstrom.duniter.org",
    			"port": 443
    		},
    		{
    			"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
    		}
    	],
    	"developers": [
    		{
    			"name": "Benoit Lavenier",
    			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
    		}
    	],
    	"plugins": {
    		"es": {
    			"enable": true,
    			"askEnable": true,
    			"useRemoteStorage": true,
    			"host": "g1.data.duniter.fr",
    			"port": 443,
    			"fallbackNodes": [
    				{
    					"host": "g1.data.le-sou.org",
    					"port": 443
    				},
    				{
    					"host": "g1.data.duniter.fr",
    					"port": 443
    				}
    			],
    			"notifications": {
    				"txSent": true,
    				"txReceived": true,
    				"certSent": true,
    				"certReceived": true
    			},
    			"defaultCountry": "France"
    		}
    	},
    	"version": "1.4.16",
    	"build": "2019-12-27T20:26:56.261Z",
    	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
    })
    
    ;