Inist-CNRS / web-services

Web services at Inist-CNRS
https://services.istex.fr
5 stars 0 forks source link

[data-wrapper] config.json is not taken into account in ezmaster #113

Closed parmentf closed 1 month ago

parmentf commented 2 months ago

data-wrapper's config.json is https://github.com/Inist-CNRS/web-services/blob/ed4d850feeb7c6d587fe74522ba2ecd981ab267b/services/data-wrapper/config.json#L3-L12

But the ezmaster's settings contains:

{
        "EZS_TITLE": "ezs-saxon server",
        "EZS_DESCRIPTION": "Web services",
        "EZS_METRICS": true,
        "EZS_CONCURRENCY": 4,
        "EZS_CONTINUE_DELAY": 60,
        "EZS_NSHARDS": 32,
        "EZS_CACHE": true,
        "NODE_OPTIONS": "--max_old_space_size=1024",
        "NODE_ENV": "production"
    }
parmentf commented 2 months ago

Add this to the end of Dockerfile:

https://github.com/Inist-CNRS/web-services/blob/ed4d850feeb7c6d587fe74522ba2ecd981ab267b/services/data-termsuite/Dockerfile#L45