Ensemble Manager for MINT
The following environment variables need to be configured:
Security has been activated for the API in version 6.0.0. This means that the API is now protected and requires a valid JWT to access. If you are facing authorization issues, rollback to version 5.0.0.
PUBLIC_KEY
: RSA public key in PEM format for JWT verificationJWT_ALGORITHMS
: Comma-separated list of JWT algorithms (defaults to RS256)CLIENT_ID
: OAuth2 client ID for Swagger UIAUTHORIZATION_URL
: OAuth2 authorization URL for API documentation
PORT
: Server port number (defaults to 3000)VERSION
: API version
REDIS_URL
: Redis connection URL for the job queues
- Configure MINT servers
edit src/config/config.json
- Start node
npm start