diff options
author | Jerry Flood <jflood@att.com> | 2019-09-28 07:01:17 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-09-28 11:05:12 -0400 |
commit | 5e0e2ad1e8e616969374f1e9c238f7db7c38dc91 (patch) | |
tree | 25470ca9b63a4d4b8b460392b499c5a06e54c5f8 /cmso-ticketmgt/src | |
parent | 65655f00562ab842192ec278d77bdc8d343abe39 (diff) |
Replace CADI for access to AAF
Issue-ID: OPTFRA-593
Change-Id: I56ee7ea9bebce402541b1acefb5e1049b50ad886
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-ticketmgt/src')
-rw-r--r-- | cmso-ticketmgt/src/main/resources/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmso-ticketmgt/src/main/resources/application.properties b/cmso-ticketmgt/src/main/resources/application.properties index 1fb4a8f..c4f853d 100644 --- a/cmso-ticketmgt/src/main/resources/application.properties +++ b/cmso-ticketmgt/src/main/resources/application.properties @@ -58,4 +58,4 @@ com.att.eelf.logging.file=logback.xml com.att.eelf.logging.path= logging.config= -spring.profiles.active=aaf-auth
\ No newline at end of file +spring.profiles.active=proprietary-auth |