diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-29 11:23:04 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-29 11:23:21 -0400 |
commit | 22bb2af4ed106150230fd55e4314697e77f51e6a (patch) | |
tree | e6d74bea0de5b43e4eae2e77ac4ba5e4740bf739 /lighty/lighty-ubuntu-docker/src/main/properties/partners.json | |
parent | 6e4a3b694045c930d4ce97766ed43d78e2cd3459 (diff) |
Revert "Proposal to remove OSGi dependencies from the CCSDK project"
This reverts commit e385a7a1d1934c6a3d22df3c3244678ca415134a.
Change-Id: I4d3e0d7996fc33ba443ce91f15e9a6dd670bec93
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'lighty/lighty-ubuntu-docker/src/main/properties/partners.json')
-rwxr-xr-x | lighty/lighty-ubuntu-docker/src/main/properties/partners.json | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lighty/lighty-ubuntu-docker/src/main/properties/partners.json b/lighty/lighty-ubuntu-docker/src/main/properties/partners.json deleted file mode 100755 index 9a17a1ac..00000000 --- a/lighty/lighty-ubuntu-docker/src/main/properties/partners.json +++ /dev/null @@ -1,16 +0,0 @@ -{
- "partnerOne": {
- "url": "http://localhost:7001",
- "test": "/metrics"
- },
- "partnerTwo": {
- "url": "http://localhost:7002",
- "user": "controller_user",
- "password": "P@ssword",
- "test": "/metrics"
- },
- "partnerThree": {
- "url": "http://localhost:7003",
- "user": "controller_admin"
- }
-}
|