From 32946449d7ba80a17ad510ac30b6760c6d49d6f8 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 14 Jan 2019 14:16:51 +0100 Subject: Fix no AAF config Add missing config for no AAF properties file Issue-ID: CLAMP-252 Change-Id: Iba8b0ed7119460a192cf30fcadb6e1b7b7e50b5d Signed-off-by: sebdet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') 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 -- cgit 1.2.3-korg