summaryrefslogtreecommitdiffstats
path: root/src/test/resources/GoodProperties/sdnc.properties
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-07-16 22:02:04 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-08-07 10:19:39 -0400
commit65c5d8b92e759ec4ee9d13f048b069033b4bf097 (patch)
tree237dd5c8d59d5696ae9813ecaac7dfb453a9f0ca /src/test/resources/GoodProperties/sdnc.properties
parent4267a59d4454d03a900f46d71e288d6590f162c0 (diff)
POMBA Context Aggregator
Change-Id: I33acc1f46d35447b63e2d5438c9ce6728a2b03eb Issue-ID: LOG-519 Signed-off-by: Prudence Au <prudence.au@amdocs.com> POMBA Context Aggregator with JUnit tests Change-Id: I33acc1f46d35447b63e2d5438c9ce6728a2b03eb Issue-ID: LOG-519 Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Diffstat (limited to 'src/test/resources/GoodProperties/sdnc.properties')
-rw-r--r--src/test/resources/GoodProperties/sdnc.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/resources/GoodProperties/sdnc.properties b/src/test/resources/GoodProperties/sdnc.properties
new file mode 100644
index 0000000..8efed2b
--- /dev/null
+++ b/src/test/resources/GoodProperties/sdnc.properties
@@ -0,0 +1,9 @@
+server.host=sdnchost
+server.port=1000
+server.protocol=http
+security.protocol=TLS
+connection.timeout.ms=5000
+read.timeout.ms=1000
+base.uri=/sdnccontextbuilder/service/context
+basicauth.username=
+basicauth.password= \ No newline at end of file