Skip to content

Commit

Permalink
Merge pull request #321 from ccoeurderoy/fix/bridge-url
Browse files Browse the repository at this point in the history
[FIX]: Bridge URL and Docker version
  • Loading branch information
Charles Coeurderoy authored Apr 28, 2022
2 parents 2cfca47 + 1c34e37 commit 5805dd8
Show file tree
Hide file tree
Showing 4 changed files with 25,898 additions and 186 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---------------
# Pull node image as Builder. we will transpile Ts files to Js here
# ---------------
FROM node:lts-alpine as builder
FROM node:fermium-alpine as builder

# Create app directory
WORKDIR /usr/src/app
Expand Down
3 changes: 1 addition & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
},
"bridge":{
"bankinVersion":"2019-02-18",
"baseUrl":"https://sync.bankin.com",
"baseUrl":"https://api.bridgeapi.io",
"clientId":"a",
"clientSecret": "b",
"synchronizationTimeout": 300,
"synchronizationWaitingTime": 2000
},
"targetUrl": "http://localhost:8080/hooks",
"eventList": [
"service_account_created",
"bank_details_required",
"aggregator_link_required"
],
Expand Down
Loading

0 comments on commit 5805dd8

Please sign in to comment.