Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 8411a91

Browse files
committed
Update README
1 parent 4a0df87 commit 8411a91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ipfs-cpinner-service/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ IPFS_PORT= port of an http IPFS node api
120120
IPFS_HOST=host of an IPFS node api
121121
CHALLENGE_SECRET=secret used to create deterministic challenges
122122
MAX_STORAGE=max storage available by did
123+
LOGIN_MESSAGE_HEADER=custom login message header to be signed by the user in the login process
123124
```
124125

125126
Default values:
@@ -133,6 +134,7 @@ NETWORK_NAME=rsk:testnet
133134
IPFS_HOST=localhost
134135
IPFS_PORT=5001
135136
MAX_STORAGE=1000000
137+
LOGIN_MESSAGE_HEADER=Are you sure you want to login to the RIF Data Vault?
136138
```
137139

138140
Example:
@@ -149,6 +151,7 @@ NETWORK_NAME=rsk:testnet
149151
IPFS_HOST=localhost
150152
IPFS_PORT=5001
151153
CHALLENGE_SECRET=aSecret
154+
LOGIN_MESSAGE_HEADER=Are you sure you want to login to the RIF Data Vault?
152155
```
153156

154157
### Set up IPFS

0 commit comments

Comments
 (0)