commit | c9eb08a02821033f198fcde1ea60279b19c5c617 | [log] [tgz] |
---|---|---|
author | Juha Hyttinen <juha.hyttinen@nokia.com> | Fri Feb 28 08:53:33 2020 +0200 |
committer | Juha Hyttinen <juha.hyttinen@nokia.com> | Fri Feb 28 09:48:52 2020 +0200 |
tree | ae80819b1d4b1b41c17005a765091d3efa606f2e | |
parent | 14f827331f7ae565d33cdf23c82f7794d3fc2d0d [diff] [blame] |
RIC-79 intial implementation to fetch subscriptions via rest Change-Id: Iff2915998c130cb93fa3b1767b2499d8ef3713e5 Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/test/config-file.json b/test/config-file.json index 1ff0070..a98d169 100644 --- a/test/config-file.json +++ b/test/config-file.json
@@ -21,5 +21,10 @@ "HostAddr" : "localhost", "port" : "8989", "baseUrl" : "/" + }, + "subscription": { + "host": "localhost:8088", + "timeout": 2 } + }