Skip to content

Commit

Permalink
Updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edimoral committed Mar 8, 2024
1 parent 7deb07e commit 2b82846
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ Configuration

Default configurations can be overridden in `jpass.properties` file:

| Configuration key | Value type | Default value |
| ---------------------------------- | ---------- | -------------- |
| ui.theme.dark.mode.enabled | boolean | `false` |
| clear.clipboard.on.exit.enabled | boolean | `false` |
| default.password.generation.length | integer | `14` |
| date.format | string | `yyyy-MM-dd` |
| Configuration key | Value type | Default value |
| ---------------------------------- | ---------- |------------------|
| ui.theme.dark.mode.enabled | boolean | `false` |
| clear.clipboard.on.exit.enabled | boolean | `false` |
| default.password.generation.length | integer | `14` |
| date.format | string | `yyyy-MM-dd` |
| entry.details | list | `TITLE,MODIFIED` |
| file.chooser.directory | string | `./` |
| language.languageSetting | string | `en-US` |
| file.chooser.directory | string | `./` |
| language.languageSetting | string | `en-US` |

Regarding `language.languageSetting` please check
[languages](https://github.com/gaborbata/jpass/tree/master/src/main/resources/resources/languages)
Expand Down

0 comments on commit 2b82846

Please sign in to comment.