diff --git a/address-kit-conf.json b/address-kit-conf.json deleted file mode 100644 index a005851..0000000 --- a/address-kit-conf.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "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/core@3.0.6", - "@ezs/spawn@1.4.5", - "@ezs/basics@2.5.4" - ], - "files": { - "zip": "https://gitbucket.inist.fr/tdm/web-services/archive/address-kit/address-kit@2.0.3.zip" - } -} \ No newline at end of file diff --git a/address-kit/config.json b/address-kit/config.json new file mode 100644 index 0000000..a005851 --- /dev/null +++ b/address-kit/config.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/core@3.0.6", + "@ezs/spawn@1.4.5", + "@ezs/basics@2.5.4" + ], + "files": { + "zip": "https://gitbucket.inist.fr/tdm/web-services/archive/address-kit/address-kit@2.0.3.zip" + } +} \ No newline at end of file diff --git a/loterre-resolvers-conf.json b/loterre-resolvers-conf.json deleted file mode 100644 index 832e0cd..0000000 --- a/loterre-resolvers-conf.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "environnement": { - "EZS_TITLE": "Loterre resolvers", - "EZS_DESCRIPTION": "Résolveurs pour des terminologies Loterre", - "EZS_METRICS": true, - "EZS_CONCURRENCY": 4, - "EZS_NSHARDS": 32, - "EZS_CACHE": true, - "EZS_VERBOSE": false, - "CRON_VERBOSE": false, - "NODE_OPTIONS": "--max_old_space_size=1024", - "NODE_ENV": "production" - }, - "packages": [ - "@ezs/core@3.0.0", - "@ezs/basics@2.1.0", - "@ezs/analytics@2.0.22", - "@ezs/xslt@1.3.2", - "@ezs/storage@3.1.0" - ], - "files" : { - "zip": "https://gitbucket.inist.fr/tdm/web-services/archive/loterre-resolvers/loterre-resolvers@4.4.2.zip" - } -} diff --git a/loterre-resolvers/config.json b/loterre-resolvers/config.json new file mode 100644 index 0000000..832e0cd --- /dev/null +++ b/loterre-resolvers/config.json @@ -0,0 +1,24 @@ +{ + "environnement": { + "EZS_TITLE": "Loterre resolvers", + "EZS_DESCRIPTION": "Résolveurs pour des terminologies Loterre", + "EZS_METRICS": true, + "EZS_CONCURRENCY": 4, + "EZS_NSHARDS": 32, + "EZS_CACHE": true, + "EZS_VERBOSE": false, + "CRON_VERBOSE": false, + "NODE_OPTIONS": "--max_old_space_size=1024", + "NODE_ENV": "production" + }, + "packages": [ + "@ezs/core@3.0.0", + "@ezs/basics@2.1.0", + "@ezs/analytics@2.0.22", + "@ezs/xslt@1.3.2", + "@ezs/storage@3.1.0" + ], + "files" : { + "zip": "https://gitbucket.inist.fr/tdm/web-services/archive/loterre-resolvers/loterre-resolvers@4.4.2.zip" + } +} diff --git a/pdf-tools-conf.json b/pdf-tools-conf.json deleted file mode 100644 index d2c53b0..0000000 --- a/pdf-tools-conf.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "environnement": { - "EZS_TITLE": "xp", - "EZS_DESCRIPTION": "Web services XP", - "EZS_METRICS": true, - "EZS_CONCURRENCY": 4, - "EZS_NSHARDS": 32, - "EZS_CACHE": true, - "NODE_OPTIONS": "--max_old_space_size=1024", - "NODE_ENV": "production" - }, - "packages": [ - "@ezs/spawn@1.3.3" - ] -} diff --git a/pdf-tools/config.json b/pdf-tools/config.json new file mode 100644 index 0000000..d2c53b0 --- /dev/null +++ b/pdf-tools/config.json @@ -0,0 +1,15 @@ +{ + "environnement": { + "EZS_TITLE": "xp", + "EZS_DESCRIPTION": "Web services XP", + "EZS_METRICS": true, + "EZS_CONCURRENCY": 4, + "EZS_NSHARDS": 32, + "EZS_CACHE": true, + "NODE_OPTIONS": "--max_old_space_size=1024", + "NODE_ENV": "production" + }, + "packages": [ + "@ezs/spawn@1.3.3" + ] +}