diff options
Diffstat (limited to 'redback-configuration/src/test/resources/props/test-another.properties')
-rw-r--r-- | redback-configuration/src/test/resources/props/test-another.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redback-configuration/src/test/resources/props/test-another.properties b/redback-configuration/src/test/resources/props/test-another.properties new file mode 100644 index 000000000..a6da534c2 --- /dev/null +++ b/redback-configuration/src/test/resources/props/test-another.properties @@ -0,0 +1,4 @@ +email.smtp.host=127.0.2.2 +test.value=foo +test.expression=${org.codehaus.plexus.security.test.value}/bar +ldap.bind.dn=uid=brett,dc=codehaus,dc=org |