diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f5b226..ec9ec8f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to the sample angular app will be documented in this file. +## 2.18.6 +- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#135](https://github.com/zowe/sample-angular-app/pull/135)) + ## 2.0.1 - Bugfix: Schema file was not included, preventing installation as a component - Bugfix: Manifest build content template was never resolved, so it has been removed. diff --git a/sample-angular-app.ppf b/sample-angular-app.ppf deleted file mode 100644 index 8e9dd800..00000000 --- a/sample-angular-app.ppf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - diff --git a/webClient/src/app/app.component.ts b/webClient/src/app/app.component.ts index 5f10c90e..9b37ff20 100644 --- a/webClient/src/app/app.component.ts +++ b/webClient/src/app/app.component.ts @@ -39,13 +39,13 @@ export class AppComponent { `{"type":"connect", "connectionSettings":{ "host":"localhost", - "port":23, + "port":992, "deviceType":5, "alternateHeight":60, "alternateWidth":132, "oiaEnabled": true, "security": { - "type":0 + "type":"tls" } }}`;