Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • gitlab_migration_1
  • dev
  • rml8
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • v0.19.6
  • v0.19.5
  • v0.19.4
  • v0.19.3
  • v0.19.2
  • v0.19.1
  • v0.19.0
  • v0.18.3
  • v0.18.2
  • v0.18.1
  • v0.18.0
  • v0.17.6
  • v0.17.5
24 results

config.js

Blame
  • Forked from clients / Cesium-grp / Cesium
    1306 commits behind the upstream repository.
    config.js 1.68 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": 30000,
    	"timeWarningExpireMembership": 5184000,
    	"timeWarningExpire": 7776000,
    	"keepAuthIlde": 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": {
    		"fr-FR": "license/license_g1-fr-FR",
    		"en": "license/license_g1-en"
    	},
    	"node": {
    		"host": "g1.duniter.org",
    		"port": "443"
    	},
    	"fallbackNodes": [
    		{
    			"host": "g1.duniter.fr",
    			"port": "443"
    		},
    		{
    			"host": "g1.duniter.org",
    			"port": "443"
    		}
    	],
    	"developers": [
    		{
    			"name": "Benoit Lavenier",
    			"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
    		}
    	],
    	"plugins": {
    		"es": {
    			"enable": true,
    			"askEnable": 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": "0.19.5",
    	"build": "2017-11-10T08:20:08.895Z",
    	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
    })
    
    ;