astroport/www/LOVELand/cesium/config.js

129 lines
2.5 KiB
JavaScript
Raw Normal View History

2020-03-29 14:59:00 +02:00
/******
* !! 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,
2020-09-05 00:03:16 +02:00
"demo": false,
"readonly": false,
2020-03-29 14:59:00 +02:00
"fallbackLanguage": "en",
"rememberMe": true,
"showUDHistory": true,
"timeout": 40000,
"timeWarningExpireMembership": 5184000,
"timeWarningExpire": 7776000,
"keepAuthIdle": 600,
"useLocalStorage": true,
"useRelative": false,
"expertMode": false,
"decimalCount": 2,
"httpsMode": false,
2020-09-05 00:03:16 +02:00
"shareBaseUrl": "https://demo.cesium.app/",
2020-03-29 14:59:00 +02:00
"helptip": {
2020-09-05 00:03:16 +02:00
"enable": true,
2020-03-29 14:59:00 +02:00
"installDocUrl": {
2020-09-05 00:03:16 +02:00
"fr-FR": "https://duniter.org/fr/miner-des-blocs/installer/",
2020-03-29 14:59:00 +02:00
"en": "https://duniter.org/en/wiki/duniter/install/"
}
},
"license": {
"en": "license/license_g1-en",
"fr-FR": "license/license_g1-fr-FR",
"es-ES": "license/license_g1-es-ES",
"eo-EO": "license/license_g1-eo-EO"
},
"feed": {
"jsonFeed": {
"fr-FR": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-fr.json",
"en": "https://raw.githubusercontent.com/duniter/cesium/master/doc/feed/feed-en.json"
},
"maxContentLength": 1300
},
"node": {
2020-09-05 00:03:16 +02:00
"host": "g1.duniter.org",
2020-03-29 14:59:00 +02:00
"port": 443
},
"fallbackNodes": [
{
"host": "g1.cgeek.fr",
"port": 443
},
{
2020-09-05 00:03:16 +02:00
"host": "g1.librelois.fr",
"port": 443
},
{
"host": "g1.e-is.pro",
"port": 443
},
{
"host": "duniter.moul.re",
"port": 443
},
{
"host": "g1.presles.fr",
2020-03-29 14:59:00 +02:00
"port": 443
},
{
"host": "g1.le-sou.org",
"port": 443
},
{
2020-09-05 00:03:16 +02:00
"host": "duniter.normandie-libre.fr",
"port": 443
},
{
"host": "g1.duniter.org",
2020-03-29 14:59:00 +02:00
"port": 443
}
],
"developers": [
{
"name": "Benoit Lavenier",
"pubkey": "38MEAZN68Pz1DTvT3tqgxx4yQP6snJCQhPqEFxbDk4aE"
}
],
"plugins": {
"es": {
"enable": true,
"askEnable": true,
"useRemoteStorage": true,
2020-09-05 00:03:16 +02:00
"host": "g1.data.e-is.pro",
2020-03-29 14:59:00 +02:00
"port": 443,
"fallbackNodes": [
2020-09-05 00:03:16 +02:00
{
"host": "g1.data.presles.fr",
"port": 443
},
2020-03-29 14:59:00 +02:00
{
"host": "g1.data.le-sou.org",
"port": 443
},
{
2020-09-05 00:03:16 +02:00
"host": "g1.data.mithril.re",
2020-03-29 14:59:00 +02:00
"port": 443
}
],
"notifications": {
"txSent": true,
"txReceived": true,
"certSent": true,
"certReceived": true
},
"defaultCountry": "France"
}
},
2020-09-05 00:03:16 +02:00
"version": "1.6.7",
"build": "2020-05-06T09:07:27.415Z",
2020-03-29 14:59:00 +02:00
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})
;
//# sourceMappingURL=maps/config.js.map