Skip to content

Commit 923cbe1

Browse files
maheshwarishikhadipeeka Patil
authored and
dipeeka Patil
committed
Update README.md
1 parent 2aa4d48 commit 923cbe1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## ** Work in Progress **
1+
22
# Postgre SQL Database as a Fabric Wallet
33

44
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.
@@ -154,7 +154,7 @@ To Deploy PostgreSQL on Kubernetes, ensure you are able to run `kubectl` command
154154
service "postgres" created
155155
```
156156

157-
* **Get Credentials for Postgres DB**
157+
* **Get Credentials/Connection Details for Postgres DB**
158158

159159
* ***Get port of Postgre***
160160

@@ -179,9 +179,9 @@ To Deploy PostgreSQL on Kubernetes, ensure you are able to run `kubectl` command
179179
180180
Make a note of this public IP.
181181
182-
* ***Credentials of PostgresDB***
182+
* ***Connection details of PostgresDB***
183183
184-
This port number and cluster public ip will be used further in `step 5`.
184+
This port number and cluster public ip will be used as db connection details further in `step 5`.
185185
186186
187187
## 5. Update connection profile and PostgreSQL credentials

0 commit comments

Comments
 (0)