diff options
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"
- }
-}
|