diff options
author | eronkeo <ronan.keogh@ericsson.com> | 2018-08-10 15:04:19 +0100 |
---|---|---|
committer | eronkeo <ronan.keogh@ericsson.com> | 2018-08-10 16:48:54 +0100 |
commit | 4261823d84c2b911b68cdf4cb4dc3be429ebe285 (patch) | |
tree | ccf8ac98bb48e347540fe4236d2a15672fd61ae4 /datarouter-prov/data | |
parent | 13639e1b05d8c8b5b1e9efd543573834501aefaa (diff) |
datarouter-prov code clean - remove tabs
Change-Id: Ibdb9f871ae5226abbb658f5a6139224981f05071
Issue-ID: DMAAP-581
Signed-off-by: eronkeo <ronan.keogh@ericsson.com>
Diffstat (limited to 'datarouter-prov/data')
-rw-r--r-- | datarouter-prov/data/addFeed3.txt | 46 | ||||
-rw-r--r-- | datarouter-prov/data/addSubscriber.txt | 30 |
2 files changed, 38 insertions, 38 deletions
diff --git a/datarouter-prov/data/addFeed3.txt b/datarouter-prov/data/addFeed3.txt index 21f58a31..422e43af 100644 --- a/datarouter-prov/data/addFeed3.txt +++ b/datarouter-prov/data/addFeed3.txt @@ -1,23 +1,23 @@ -
-{
- "name": "Jettydemo",
- "version": "m1.0",
- "description": "Jettydemo",
- "business_description": "Jettydemo",
- "suspend": false,
- "deleted": false,
- "changeowner": true,
- "authorization": {
- "classification": "unclassified",
- "endpoint_addrs": [
- "172.18.0.3",
- ],
- "endpoint_ids": [
- {
- "password": "rs873m",
- "id": "rs873m"
- }
- ]
- },
-}
-
+ +{ + "name": "Jettydemo", + "version": "m1.0", + "description": "Jettydemo", + "business_description": "Jettydemo", + "suspend": false, + "deleted": false, + "changeowner": true, + "authorization": { + "classification": "unclassified", + "endpoint_addrs": [ + "172.18.0.3", + ], + "endpoint_ids": [ + { + "password": "rs873m", + "id": "rs873m" + } + ] + }, +} + diff --git a/datarouter-prov/data/addSubscriber.txt b/datarouter-prov/data/addSubscriber.txt index a9d4156e..b066113d 100644 --- a/datarouter-prov/data/addSubscriber.txt +++ b/datarouter-prov/data/addSubscriber.txt @@ -1,15 +1,15 @@ -
-{
- "delivery" :
-
- {
- "url" : "http://172.18.0.3:7070/",
- "user" : "LOGIN",
- "password" : "PASSWORD",
- "use100" : true
- },
- "metadataOnly" : false,
- "suspend" : false,
- "groupid" : 29,
- "subscriber" : "sg481n"
-}
+ +{ + "delivery" : + + { + "url" : "http://172.18.0.3:7070/", + "user" : "LOGIN", + "password" : "PASSWORD", + "use100" : true + }, + "metadataOnly" : false, + "suspend" : false, + "groupid" : 29, + "subscriber" : "sg481n" +} |