Skip to content
Snippets Groups Projects
Select Git revision
  • d8b09767653ba656f8abe6bd52f9ec285272dbd6
  • 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

Blame
  • config.js 727 B
    /******
    * !! 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", {
    	"timeout": 4000,
    	"cacheTimeMs": 60000,
    	"useRelative": true,
    	"timeWarningExpireMembership": 5184000,
    	"timeWarningExpire": 7776000,
    	"useLocalStorage": false,
    	"rememberMe": false,
    	"showUDHistory": false,
    	"node": {
    		"host": "test-net.duniter.fr",
    		"port": "9201"
    	},
    	"plugins": {
    		"es": {
    			"enable": false,
    			"host": "test-net.duniter.fr",
    			"port": "9203"
    		}
    	},
    	"version": "0.2.8",
    	"build": "2016-08-26T13:00:48.388Z",
    	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
    })
    
    ;