Skip to content

Commit

Permalink
Updated readme with config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Dec 1, 2015
1 parent 11f8865 commit c8c0550
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ You can also run the application from the command line by typing (the password f

java -jar jpass-0.1.13.jar [password_file]

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

| Configuration key | Value type | Default value |
| ---------------------------------- | ---------- | ------------- |
| system.look.and.feel.enabled | boolean | false |
| clear.clipboard.on.exit.enabled | boolean | false |
| default.password.generation.length | integer | 14 |

License
-------
Copyright (c) 2009-2015 Gabor Bata
Expand Down

0 comments on commit c8c0550

Please sign in to comment.