You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-17Lines changed: 25 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
## ** Work in Progress **
2
-
# Postgre SQL Database as a Fabric Certificate Wallet
2
+
# Postgre SQL Database as a Fabric Wallet
3
3
4
4
Security on the Hyperledger Fabric is enforced with digital signatures. All requests made to the fabric must be signed by users with appropriate enrolment certificates. Once user is enrolled, Node js application persist certificate in wallet for future usages.
5
5
@@ -84,11 +84,17 @@ There are two approaches to set up PostgreSQL DB instance. Follow any one of tho
84
84
85
85
### PostgreSQL as a service on IBM Cloud
86
86
87
-
IBM Cloud provides [PostgreSQL DB](https://cloud.ibm.com/catalog/services/databases-for-postgresql) as a service. Type postgreSQL in catalog search box on IBM Cloud Dashboard and create PostgreSQL instance. Once service is created, navigate to left menu and create service credentials.
87
+
IBM Cloud provides [PostgreSQL DB](https://cloud.ibm.com/catalog/services/databases-for-postgresql) as a service. Type postgreSQL in catalog search box on IBM Cloud Dashboard and create PostgreSQL instance.
31070 is external port number for postgreSQL service running on kubernetes cluster. Replace your port number and cluster ip in ```server/config/local-postgres-config.json```
191
+
* Replace ```server/config/connection-profile.json``` with your fabric network connection profile which was downloaded in `step 3`.
186
192
193
+
* Replace your postgreSQL credentials in ```server/config/local-postgres-config.json```. In case of containerised Postgres DB replace IP and port in this json file. And in case of IBM Cloud PostgreSQL service copy your postgreSQL credentials in this json file.
0 commit comments