astrXbian/www/FULLJS/gchange-web/config.js

72 lines
1.6 KiB
JavaScript

/******
* !! 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", {
"fallbackLanguage": "fr-FR",
"defaultLanguage": "fr-FR",
"timeout": 300000,
"cacheTimeMs": 300000,
"useLocalStorage": true,
"rememberMe": true,
"useRelative": false,
"decimalCount": 2,
"shareBaseUrl": "https://gchange.fr",
"helptip": {
"enable": false
},
"feed": {
"jsonFeed": {
"fr-FR": "https://raw.githubusercontent.com/duniter-gchange/gchange-client/master/doc/feed/feed-fr.json",
"en": "https://raw.githubusercontent.com/duniter-gchange/gchange-client/master/doc/feed/feed-en.json"
},
"maxContentLength": 1300
},
"node": {
"host": "data.gchange.fr",
"port": "443"
},
"share": {
"mastodonAuthor": "@gchange@framapiaf.org"
},
"plugins": {
"es": {
"enable": true,
"host": "data.gchange.fr",
"port": "443",
"maxUploadBodySize": 5242880,
"defaultCountry": "France"
},
"market": {
"enable": true,
"defaultSearch": {
"geoDistance": "50"
},
"cesiumApi": {
"enable": true,
"baseUrl": "https://demo.cesium.app/api"
}
},
"converse": {
"enable": true,
"jid": "anonymous.duniter.org",
"bosh_service_url": "https://chat.duniter.org/http-bind/",
"auto_join_rooms": [
"gchange@muc.duniter.org"
]
}
},
"version": "1.2.8",
"build": "2021-03-01T16:19:40.420Z",
"newIssueUrl": "https://github.com/duniter-gchange/gchange-client/issues/new?labels=bug"
})
;
//# sourceMappingURL=maps/config.js.map