0.6.14 • Published 9 months ago

@pch/interop-apis-bc-grpc-sync-client-lib v0.6.14

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
9 months ago

gRPC Sync API Client Lib

Git Commit Git Releases Npm Version NPM Vulnerabilities CircleCI

Mojaloop vNext gRPC Synchronous API Service

Usage

Install Node version

More information on how to install NVM: https://github.com/nvm-sh/nvm

nvm install
nvm use

Install Dependencies

npm install

Build

npm run build

Run

npm run start

Unit Tests

npm run test:unit

Configuration

Environment variables

Environment VariableDescriptionExample Values
PRODUCTION_MODEFlag indicating production modeFALSE
LOG_LEVELLogging level for the applicationLogLevel.DEBUG
SVC_DEFAULT_HTTP_PORTDefault HTTP port for the service4000
KAFKA_URLKafka broker URLlocalhost:9092
KAFKA_AUDITS_TOPICKafka topic for auditsaudits
KAFKA_LOGS_TOPICKafka topic for logslogs
AUDIT_KEY_FILE_PATHFile path for audit key/app/data/audit_private_key.pem
SVC_CLIENT_IDService client IDinterop-api-bc-fspiop-api-svc
SVC_CLIENT_SECRETService client secretsuperServiceSecret
AUTH_N_SVC_BASEURLAuthentication service base URLhttp://localhost:3201
PARTICIPANTS_SVC_URLParticipants service base URLhttp://localhost:3010
PARTICIPANTS_CACHE_TIMEOUT_MSTimeout for participants cache in milliseconds30000
SERVICE_START_TIMEOUT_MSTimeout for service startup in milliseconds60_000
JWS_FILES_PATHFiles Path for JWS/app/data/keys/
JWS_DISABLEDFlag indicating the JWS disabledtrue
0.6.14

9 months ago

0.6.13

9 months ago

0.6.12

9 months ago

0.6.11

9 months ago