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

[fix] Settings: do not store max upload size in remote settings

parent cc1ee39c
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', 'useSsl', 'fallbackNodes', 'enableGoogleApi', 'googleApiKey', 'document'],
excludes: ['enable', 'host', 'port', 'useSsl', 'fallbackNodes', 'enableGoogleApi', 'googleApiKey', 'document', 'maxUploadBodySize', 'defaultCountry'],
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