diff --git a/framework/security/src/test/resources/security.properties b/framework/security/src/test/resources/security.properties index b1f3e5d0f09..90a58c1fde5 100644 --- a/framework/security/src/test/resources/security.properties +++ b/framework/security/src/test/resources/security.properties @@ -16,9 +16,14 @@ # specific language governing permissions and limitations # under the License. ############################################################################### -#### -# OFBiz Security Settings -#### + +############################################################################## +# Test override of security.properties with non production values. +# This file shadows framework/security/config/security.properties on the +# test classpath so that unit tests requiring security settings such as +# JWT keys can run without the need to generate keys or modify the main +# security.properties file. +############################################################################## # -- Security key used to encrypt and decrypt the autogenerated password in forgot password functionality. # Read Passwords and JWT (JSON Web Tokens) usage documentation to choose the way you want to store this key