Skip to content
Snippets Groups Projects
Select Git revision
  • f4a150db55969d9f70386168ca93e07eb062a1d2
  • master default protected
  • chrome-manifest-v3
  • feature/migrate-cordova-13
  • feat/improve-network-scan
  • feat/force-migration-check
  • develop
  • feature/encrypted_comment
  • feature/android_api_19
  • gitlab_migration_1
  • rml8
  • v1.7.15-rc1
  • v1.7.14
  • v1.7.13
  • v1.7.12
  • v1.7.11
  • v1.7.10
  • v1.7.9
  • v1.7.8
  • v1.7.7
  • v1.7.6
  • v1.7.5
  • v1.7.4
  • v1.7.3
  • v1.7.2
  • v1.7.1
  • v1.7.0
  • v1.7.0-rc2
  • v1.7.0-rc1
  • v1.6.12
  • v1.6.11
31 results

config.js

  • config.js 1.03 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": "fr-FR",
    	"defaultLanguage": "fr-FR",
    	"rememberMe": true,
    	"showUDHistory": false,
    	"timeout": 6000,
    	"timeWarningExpireMembership": 5184000,
    	"timeWarningExpire": 7776000,
    	"useLocalStorage": true,
    	"useRelative": true,
    	"initPhase": false,
    	"expertMode": false,
    	"decimalCount": 2,
    	"helptip": {
    		"enable": true,
    		"installDocUrl": {
    			"fr-FR": "http://www.le-sou.org/devenir-noeud/",
    			"en": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
    		}
    	},
    	"node": {
    		"host": "test-net.duniter.fr",
    		"port": "9201"
    	},
    	"plugins": {
    		"es": {
    			"enable": false,
    			"askEnable": true,
    			"host": "data.le-sou.org",
    			"port": "80"
    		}
    	},
    	"version": "0.5.2",
    	"build": "2017-01-09T14:35:34.003Z",
    	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
    })
    
    ;