diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-01-14 14:16:51 +0100 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-01-14 14:27:52 +0100 |
commit | 32946449d7ba80a17ad510ac30b6760c6d49d6f8 (patch) | |
tree | afb767ef5302695a42c7ff969f24fb5df7637394 /README.md | |
parent | 5dea22255fc131d5c2b0348986bfc75c56d17097 (diff) |
Fix no AAF config
Add missing config for no AAF properties file
Issue-ID: CLAMP-252
Change-Id: Iba8b0ed7119460a192cf30fcadb6e1b7b7e50b5d
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -173,4 +173,9 @@ Passwords should be hashed using Bcrypt : Default credentials are admin/password and cs0008/password.
+There is a spring file that disables the AAF and enable the Spring authentication by default.
+To use it just add
+--spring.config.name=application-noaaf
+
+to the jvm parameters. This file is available by default in the java classpath resource folder.
\ No newline at end of file |