Skip to content
Snippets Groups Projects
Select Git revision
  • 2f694acfe7b0efa5adc0655d27afa12850b97c93
  • master default protected
  • patch-1
  • issue_4
  • issue_780
  • gitlab_migration_1
  • dev
  • rml8
  • 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
  • v1.2.4
  • v1.2.3
  • v1.test.3
  • v1.test.2
  • v1.test.1
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.9
  • v1.1.8
  • v1.1.7
28 results

config.js

Blame
  • Forked from clients / Cesium-grp / Cesium
    2193 commits behind the upstream repository.
    config.js 1.04 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": 60000,
    	"fallbackLanguage": "en",
    	"rememberMe": false,
    	"showUDHistory": false,
    	"timeout": 10000,
    	"timeWarningExpireMembership": 5184000,
    	"timeWarningExpire": 7776000,
    	"useLocalStorage": true,
    	"useRelative": true,
    	"initPhase": false,
    	"expertMode": false,
    	"decimalCount": 4,
    	"helptip": {
    		"enable": true,
    		"installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
    	},
    	"node": {
    		"host": "cgeek.fr",
    		"port": "9330"
    	},
    	"plugins": {
    		"es": {
    			"enable": true,
    			"askEnable": false,
    			"host": "data.duniter.fr",
    			"port": "80",
    			"notifications": {
    				"txSent": true,
    				"txReceived": true,
    				"certSent": true,
    				"certReceived": true
    			}
    		}
    	},
    	"version": "0.6.2",
    	"build": "2017-01-10T17:19:53.406Z",
    	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
    })
    
    ;