Skip to content
Snippets Groups Projects
Commit cc1ee39c authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Cesium+ settings: do not store remotely es.node.useSsl property

parent bc271416
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ angular.module('cesium.es.settings.services', ['cesium.services', 'cesium.es.htt
excludes: ['timeout', 'cacheTimeMs', 'version', 'build', 'minVersion', 'fallbackLanguage'],
plugins: {
es: {
excludes: ['enable', 'host', 'port', 'fallbackNodes', 'enableGoogleApi', 'googleApiKey', 'document'],
excludes: ['enable', 'host', 'port', 'useSsl', 'fallbackNodes', 'enableGoogleApi', 'googleApiKey', 'document'],
notifications: {
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment