Skip to content
Snippets Groups Projects
Select Git revision
  • 62458b24f7b985e3ce6c101f34144289e922bb0d
  • main default protected
  • pages protected
  • release/0.12 protected
  • 429_rm_features
  • release/0.11 protected
  • 175_gva_migration
  • i18n
  • v0.12.1 protected
  • v0.12.0 protected
  • v0.11.2 protected
  • v0.11.1 protected
  • v0.11.0 protected
  • v0.11.0rc0 protected
  • v0.10.0 protected
  • v0.10.0rc1 protected
  • v0.10.0rc0 protected
  • v0.3.0 protected
  • v0.8.1 protected
  • v0.9.0 protected
  • v0.9.0rc protected
  • v0.8.0 protected
  • v0.7.6 protected
  • v0.7.5 protected
  • v0.7.4 protected
  • v0.7.3 protected
  • v0.7.2 protected
  • v0.7.1 protected
28 results

cli.py

Blame
  • config.js 2.13 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",
    		"eo-EO": "license/license_g1-eo-EO"
    	},
    	"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.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.6.3",
    	"build": "2020-04-14T15:27:37.888Z",
    	"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
    })
    
    ;