Skip to content

Commit

Permalink
Update documentation for IPFS provider filebase for use on gitbook (h…
Browse files Browse the repository at this point in the history
…ashgraph#3545)

Signed-off-by: Matt Smithies <[email protected]>
  • Loading branch information
mattsmithies authored Apr 17, 2024
1 parent 4edf881 commit 864733c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ The complete guide to using the new w3up web3.storage API is available at https:
#### 4.3 Setting up IPFS Filebase Bucket:
To configure the Filebase IPFS provider, set the following variables in the file *
*./configs/.env.develop.guardian.system:**
To configure the Filebase IPFS provider, set the following variables in the file *`./configs/.env.<environment>.guardian.system`*
```
IPFS_STORAGE_API_KEY="Generated Firebase Bucket Token"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,23 @@ IPFS_STORAGE_PROOF="..."
To know complete process of How to setup IPFS Storage variables, please check [How to generate Web3.Storage API values](../../how-to-generate-web3.storage-api-key.md)
#### 4.3 Setting up IPFS Filebase Bucket:
To configure the Filebase IPFS provider, set the following variables in the file *
`./configs/.env.<environment>.guardian.system`
```
IPFS_STORAGE_API_KEY="Generated Firebase Bucket Token"
IPFS_PROVIDER="filebase"
```
Create a new "bucket" on Filebase since we utilize the **IPFS Pinning Service API Endpoint** service. The **token**
generated for a bucket corresponds to the **IPFS_STORAGE_API_KEY** environment variable within the guardian's
configuration.

For detailed setup instructions, refer to the
official <https://docs.filebase.com/api-documentation/ipfs-pinning-service-api>.

#### 5. Setting up Chat GPT API KEY to enable AI Search and Guided Search:

For setting up AI and Guided Search, we need to set OPENAI\_API\_KEY variable in `./configs/.env*` files.
Expand Down

0 comments on commit 864733c

Please sign in to comment.