Skip to content

Commit 4b59bc7

Browse files
committed
Improved: Add comments to clarify purpose of test security.properties override
Thanks: Gašper Kojek for the initial version of the comment message.
1 parent 73d0d37 commit 4b59bc7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

framework/security/src/test/resources/security.properties

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
# specific language governing permissions and limitations
1717
# under the License.
1818
###############################################################################
19-
####
20-
# OFBiz Security Settings
21-
####
19+
20+
##############################################################################
21+
# Test override of security.properties with non production values.
22+
# This file shadows framework/security/config/security.properties on the
23+
# test classpath so that unit tests requiring security settings such as
24+
# JWT keys can run without the need to generate keys or modify the main
25+
# security.properties file.
26+
##############################################################################
2227

2328
# -- Security key used to encrypt and decrypt the autogenerated password in forgot password functionality.
2429
# Read Passwords and JWT (JSON Web Tokens) usage documentation to choose the way you want to store this key

0 commit comments

Comments
 (0)