From c8c05507deeff467c9d4bda3bb8776d93dfb4d04 Mon Sep 17 00:00:00 2001 From: Gabor Bata Date: Tue, 1 Dec 2015 11:21:19 +0100 Subject: [PATCH] Updated readme with config keys --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 93ba89ff..e48f43e2 100644 --- a/README.md +++ b/README.md @@ -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