adorsys / open-banking-gateway

Provides RESTful API, tools, adapters, and connectors for transparent access to open banking API's (for banks that support PSD2 and XS2A as well as HBCI/FinTS)
https://adorsys.github.io/open-banking-gateway
GNU Affero General Public License v3.0
251 stars 94 forks source link

Create Database postgres service in openshift #106

Closed DoraNziali closed 4 years ago

max402 commented 4 years ago

Our backend open-banking-gateway service deployed to openshift lacks of postgres database. To make service work following environment variables must be set: SPRING_DATSOURCE_URL=jdbc:postgresql://localhost:5432/open_banking?currentSchema=banking_protocol SPRING_DATSOURCE_USER=user SPRING_DATSOURCE_PASSWORD=password

DoraNziali commented 4 years ago

will be done next week (13.01.2020)