aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-01-14 14:16:51 +0100
committersebdet <sebastien.determe@intl.att.com>2019-01-14 14:27:52 +0100
commit32946449d7ba80a17ad510ac30b6760c6d49d6f8 (patch)
treeafb767ef5302695a42c7ff969f24fb5df7637394 /README.md
parent5dea22255fc131d5c2b0348986bfc75c56d17097 (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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 08c2b205..783501a6 100644
--- a/README.md
+++ b/README.md
@@ -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