diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-03 14:45:27 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-05-03 14:45:29 -0400 |
commit | 3284d1fa5c236f93415e9f665ce93a7641d019e4 (patch) | |
tree | a68a135f9f36ca186338d8fdd11cc63cd9b67964 /aai-traversal | |
parent | 9749315652e998c1e95d193c17526a487f2a1241 (diff) |
Add the realtime clients to
ensure the realtime database connection
is being used when the request coming
from SO, and SDNC
Issue-ID: AAI-1121
Change-Id: Ida94c6f105c515b6e8dd1eee14f3c6c4dde806bc
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal')
-rw-r--r-- | aai-traversal/appconfig/aaiconfig.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aai-traversal/appconfig/aaiconfig.properties b/aai-traversal/appconfig/aaiconfig.properties index cef1090..fbd4487 100644 --- a/aai-traversal/appconfig/aaiconfig.properties +++ b/aai-traversal/appconfig/aaiconfig.properties @@ -103,6 +103,8 @@ aai.transaction.logging=true aai.transaction.logging.get=false aai.transaction.logging.post=false +aai.realtime.clients=RO,SDNC,MSO,SO + #timeout for traversal enabled flag aai.traversal.timeoutenabled=true |