-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 9.10
-
Fix Version/s: HOTFIX_9.10, HOTFIX_10.10, 11.x
-
Component/s: Nuxeo Drive
-
Story Points:3
Proposal
Leverage the template NXFTL mechanism, e.g.:
- change templates/drive/nxserver/config/nuxeo-drive-config.json
- to templates/drive/nxserver/config/nuxeo-drive-config.json.nxftl
And in it, define for instance a copy of nuxeo.url -> nuxeo_url:
{ "delay": 30, "ignored_prefixes": [".", "icon\r", "thumbs.db", "desktop.ini", "~$"], "ignored_suffixes": [".bak", ".crdownload", ".dwl", ".dwl2", ".lnk", ".lock", ".nxpart", ".part", ".partial", ".swp", ".tmp", "~"], "ignored_files": ["^atmp\\d+$"], "log_level_file": "DEBUG", "timeout": 30, "handshake_timeout": 60, "beta_channel": false, "update_check_delay": 3600, "ui": "web", <#if "${nuxeo.core.blobstore.keyStrategy}" == "managed"> "disabled_file_integrity_check": true, </#if> "nuxeo_url": "${nuxeo.url}" }
Leveraging the NXFTL mechanism enables to keep the existing JSON mechanism and to use the standard properties approach of Nuxeo.
- is related to
-
NXP-28868 Define a runtime component to hold nuxeo.conf properties for Drive
- Open
- is required by
-
NXDRIVE-2209 Do not trust users to give "official" DNS names at account creation time
- Open