Skip to content

Commit

Permalink
Merge pull request #7 from mattjackson220/ansible-lab-ecsEnabledField
Browse files Browse the repository at this point in the history
added ecsEnabled field to traffic portal properties
  • Loading branch information
jhg03a committed Jan 10, 2020
2 parents cb46668 + 98862a9 commit f0aab2d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions traffic_portal/app/src/traffic_portal_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"signingAlgorithm": null,
"ccrDnsTtl": 30,
"regionalGeoBlocking": false,
"anonymousBlockingEnabled": false
"anonymousBlockingEnabled": false,
"ecsEnabled": false
},
"HTTP": {
"routingName": "cdn",
Expand All @@ -152,7 +153,8 @@
"missLong": -87.627778,
"signingAlgorithm": null,
"ccrDnsTtl": 3600,
"anonymousBlockingEnabled": false
"anonymousBlockingEnabled": false,
"ecsEnabled": false
},
"STEERING": {
"dscp": 0,
Expand All @@ -163,7 +165,8 @@
"geoLimit": 0,
"regionalGeoBlocking": false,
"ccrDnsTtl": 30,
"anonymousBlockingEnabled": false
"anonymousBlockingEnabled": false,
"ecsEnabled": false
},
"descriptions": {
"_comments": "This is the text used to configure delivery service field titles/descriptions",
Expand Down

0 comments on commit f0aab2d

Please sign in to comment.