Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maintenance update #505

Merged
merged 2 commits into from
Dec 11, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
POSTGRES_USER=central_ledger
POSTGRES_PASSWORD=cVq8iFqaLuHy8jjKuA
SIDE_SERVICE=central-ledger
SIDE_POSTGRES_USER=sidecar
SIDE_POSTGRES_PASSWORD=6dauAWcoeJuyRTFXH9
DB_HOST=postgres
DB_PORT=5432
DB_USER=kms
DB_PASSWORD=kms
DB_USER=central_ledger
DB_PASS=password
DB_NAME=central_ledger
DB_HOST=localhost
DB_PORT=3306
CLEDG_DATABASE_URI=mysql://$DB_USER:$DB_PASS@$DB_HOST:$DB_PORT/$DB_NAME
93 changes: 27 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/central-ledger",
"version": "8.6.3",
"version": "8.6.4",
"description": "Central ledger hosted by a scheme to record and settle transfers",
"license": "Apache-2.0",
"author": "ModusBox",
Expand Down Expand Up @@ -83,9 +83,9 @@
"@mojaloop/central-services-health": "8.3.0",
"@mojaloop/central-services-logger": "8.6.0",
"@mojaloop/central-services-metrics": "8.3.0",
"@mojaloop/central-services-shared": "8.6.2",
"@mojaloop/central-services-shared": "8.7.0",
"@mojaloop/central-services-stream": "8.4.0",
"@mojaloop/event-sdk": "8.6.1",
"@mojaloop/event-sdk": "8.6.2",
"@mojaloop/forensic-logging-client": "8.3.0",
"@mojaloop/ml-number": "8.2.0",
"@now-ims/hapi-now-auth": "2.0.0",
Expand All @@ -102,8 +102,8 @@
"good-winston": "4.0.0",
"hapi-auth-basic": "5.0.0",
"hapi-auth-bearer-token": "6.2.1",
"hapi-swagger": "11.0.2",
"knex": "0.20.3",
"hapi-swagger": "11.1.0",
"knex": "0.20.4",
"lodash": "4.17.15",
"moment": "2.24.0",
"mustache": "3.1.0",
Expand Down