diff options
author | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-06 05:27:41 -0500 |
---|---|---|
committer | Instrumental <jcgmisc@stl.gathman.org> | 2018-04-06 05:27:58 -0500 |
commit | ac836d0f27919da9525f5625aaef51a7b8b228ca (patch) | |
tree | a6543a63e80777b8c9c52d9dbe51e825de5dba7c /auth/auth-service | |
parent | df9e827fa3ec1c7e32b5f5eb7a63a4c11f9da4a7 (diff) |
Service required changed startupv2.1.0
Issue-ID: AAF-211
Change-Id: Id4101ca0e59c5a2a3deaf703dc8fdd07183f3b4d
Signed-off-by: Instrumental <jcgmisc@stl.gathman.org>
Diffstat (limited to 'auth/auth-service')
-rw-r--r-- | auth/auth-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 16592856..3a99b973 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/pom.xml @@ -120,7 +120,7 @@ <mainClass>org.onap.aaf.auth.service.AAF_Service</mainClass> <name>service</name> <commandLineArguments> - <commandLineArgument>cadi_prop_files=${project.conf_dir}/org.osaaf.service.props</commandLineArgument> + <commandLineArgument>cadi_prop_files=${project.ext_root_dir}/etc/org.osaaf.service.props</commandLineArgument> <commandLineArgument>cadi_log_dir=${project.ext_root_dir}/logs/service</commandLineArgument> </commandLineArguments> </program> |