Skip to content

Commit

Permalink
tweaks after move from modusbox repo
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bush committed Aug 23, 2019
1 parent 2dc246d commit 015c1e0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ cd src
docker-compose up
```

For information on the Mojaloop SDK simplified DFSP backend API please see the openapi specification [here](https://github.com/modusbox/mojaloop-sdk-scheme-adapter/blob/master/docs/dfspInboundApi.yaml)
For information on the Mojaloop SDK simplified DFSP backend API please see the openapi specification [here](https://github.com/mojaloop/sdk-scheme-adapter/blob/master/docs/dfspInboundApi.yaml)

This package is available as a pre-built docker image on Docker Hub: [https://hub.docker.com/r/modusbox/mojaloop-sdk-mock-dfsp-backend](https://hub.docker.com/r/modusbox/mojaloop-sdk-mock-dfsp-backend)
This package is available as a pre-built docker image on Docker Hub: [https://hub.docker.com/r/mojaloop/sdk-mock-dfsp-backend](https://hub.docker.com/r/mojaloop/sdk-mock-dfsp-backend)
4 changes: 2 additions & 2 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ services:
image: "redis:5.0.4-alpine"

backend:
image: "modusbox/mojaloop-sdk-mock-dfsp-backend"
image: "mojaloop/sdk-mock-dfsp-backend"
env_file: ./backend.env
ports:
- "3000:3000"
depends_on:
- scheme-adapter

scheme-adapter:
image: "modusbox/mojaloop-sdk-scheme-adapter:latest"
image: "mojaloop/sdk-scheme-adapter:latest"
env_file: ./scheme-adapter.env
ports:
- "4000:4000"
Expand Down
14 changes: 10 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
{
"name": "mock-dfsp-backend",
"name": "@mojaloop/mock-dfsp-backend",
"version": "1.0.0",
"description": "A mock DFSP backend for Mojaloop SDK testing",
"description": "A mock DFSP backend for Mojaloop SDK testing and learning",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "James Bush",
"license": "ISC",
"author": "James Bush, ModusBox Inc.",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"base64url": "^3.0.1",
"express": "^4.16.3",
Expand Down

0 comments on commit 015c1e0

Please sign in to comment.