Skip to content

Commit

Permalink
chore(docs): Updating the readme (#15)
Browse files Browse the repository at this point in the history
tempory readme
  • Loading branch information
Jacobbrewer1 authored Nov 12, 2024
1 parent b746f04 commit 1fcdcef
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,20 @@ We recommend using the provided helm chart to install the application. The helm
of this repository.

## 📝 Configuration

The application will take a configuration file as input. The configuration file should be in JSON format and should
contain the following fields:

```json
{
"unseal_keys": [
"key1",
"key2",
"key3"
]
}
```

## ⚠️ Security

We are bringing encryption to the configuration file in the future.

0 comments on commit 1fcdcef

Please sign in to comment.