Skip to content
Snippets Groups Projects
Select Git revision
  • 9397d55e77dc59c7a58fa1d5f3898ffe8704b17f
  • main default protected
  • release/1.1
  • encrypt_comments
  • mnemonic_dewif
  • authors_rules
  • 0.14
  • rtd
  • 1.2.1 protected
  • 1.2.0 protected
  • 1.1.1 protected
  • 1.1.0 protected
  • 1.0.0 protected
  • 1.0.0rc1 protected
  • 1.0.0rc0 protected
  • 1.0.0-rc protected
  • 0.62.0 protected
  • 0.61.0 protected
  • 0.60.1 protected
  • 0.58.1 protected
  • 0.60.0 protected
  • 0.58.0 protected
  • 0.57.0 protected
  • 0.56.0 protected
  • 0.55.1 protected
  • 0.55.0 protected
  • 0.54.3 protected
  • 0.54.2 protected
28 results

conf.py

Blame
  • config.js 2.34 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,
    	"demo": false,
    	"readonly": false,
    	"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://demo.cesium.app/",
    	"helptip": {
    		"enable": true,
    		"installDocUrl": {
    			"fr-FR": "https://duniter.org/fr/miner-des-blocs/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",
    		"eo-EO": "license/license_g1-eo-EO",
    		"pt-PT": "license/license_g1-pt-PT",
    		"it-IT": "license/license_g1-it-IT"
    	},
    	"feed": {
    		"jsonFeed": {
    			"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
    			"en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
    		},
    		"maxContentLength": 1300
    	},
    	"node": {
    		"host": "g1.duniter.org",
    		"port": 443
    	},
    	"fallbackNodes": [
    		{
    			"host": "g1.cgeek.fr",
    			"port": 443
    		},
    		{
    			"host": "g1.librelois.fr",
    			"port": 443
    		},
    		{
    			"host": "g1.e-is.pro",
    			"port": 443
    		},
    		{
    			"host": "duniter.moul.re",
    			"port": 443
    		},
    		{
    			"host": "g1.presles.fr",
    			"port": 443
    		},
    		{
    			"host": "g1.duniter.org",
    			"port": 443
    		}
    	],
    	"developers": [
    		{
    			"name": "Benoit Lavenier",
    			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
    		}
    	],
    	"plugins": {
    		"es": {
    			"enable": true,
    			"askEnable": true,
    			"useRemoteStorage": true,
    			"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,
    				"certSent": true,
    				"certReceived": true
    			},
    			"defaultCountry": "France"
    		}
    	},
    	"version": "1.7.0-rc1",
    	"build": "2023-02-25T09:33:15.786Z",
    	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
    })
    
    ;