diff options
author | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-12 13:32:33 -0500 |
---|---|---|
committer | Polavarapu, Chaitanya (cp8128) <cp8128@att.com> | 2021-02-23 15:54:08 -0500 |
commit | 7f592e87a5ba61a8538d6f399f3778b884a9b3ce (patch) | |
tree | e08612504770b164d28b70a9008cae04d37738a7 /src/main/resources/application.properties | |
parent | de97feac66e234a0ebea9bf0774aa01136f3c04f (diff) |
Updated pom to remove distribution-management section and corrected aai base image version
Issue-ID: AAI-2996
Change-Id: I28da9ccf5618e180e04e3f29b0440bab5e3ffc3f
Signed-off-by: Polavarapu, Chaitanya (cp8128) <cp8128@att.com>
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9a7d699..6ea9b37 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,8 +2,7 @@ server.port=9516 server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore server.ssl.client-auth=need +spring.main.allow-bean-definition-overriding=true server.servlet.context-path=/services/babel-service - logging.config=${CONFIG_HOME}/logback.xml - tosca.mappings.config=${CONFIG_HOME}/tosca-mappings.json |