diff --git a/address-kit-conf.json b/address-kit-conf.json new file mode 100644 index 0000000..5ddb78b --- /dev/null +++ b/address-kit-conf.json @@ -0,0 +1,23 @@ +{ + "environnement": { + "EZS_TITLE": "address-kit", + "EZS_DESCRIPTION": "Web service for affiliations", + "EZS_METRICS": true, + "EZS_CONCURRENCY": 2, + "EZS_NSHARDS": 32, + "EZS_CACHE": true, + "NODE_OPTIONS": "--max_old_space_size=1024", + "NODE_ENV": "production", + "PIP_NO_DEPENDENCIES": 0, + "PIP_DISABLE_PIP_VERSION_CHECK": 1, + "PIP_NO_CACHE_DIR": 0 + }, + "packages": [ + "@ezs/spawn@1.1.0", + "@ezs/analytics@1.18.4", + "@ezs/basics@1.17.1" + ], + "files": { + "zip": "https://gitbucket.inist.fr/tdm/web-services/archive/address-kit/address-kit@2.0.2.zip" + } +} \ No newline at end of file