diff options
author | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 00:12:56 -0400 |
---|---|---|
committer | Maharajh, Robby (rx2202) <rx2202@us.att.com> | 2020-09-10 00:14:24 -0400 |
commit | 20c6aea9b8ecc5ec56eaff4a92e2fc116d6c83ce (patch) | |
tree | aa17e9bd58e380ce5ca958d85d5a660da93dcbc3 /aai-traversal/src/main/resources/application.properties | |
parent | 00d7018f12731746f86df0cdff07a4d97731f96d (diff) |
Fix aaf startup issue for spring boot update
Issue-ID: AAI-2886
Change-Id: Ic9b43ebe3ca58eac65cd169f124b74d0032710ea
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
Diffstat (limited to 'aai-traversal/src/main/resources/application.properties')
-rw-r--r-- | aai-traversal/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-traversal/src/main/resources/application.properties b/aai-traversal/src/main/resources/application.properties index a538a58..49c0489 100644 --- a/aai-traversal/src/main/resources/application.properties +++ b/aai-traversal/src/main/resources/application.properties @@ -35,7 +35,7 @@ server.ssl.client-auth=want server.ssl.key-store-type=JKS # Start of Internal Specific Properties -spring.profiles.active=production,one-way-ssl +spring.profiles.active=production,aaf-auth ### server.certs.location=${server.local.startpath}etc/auth/ server.keystore.name.pkcs12=aai_keystore |