diff --git a/CHANGELOG.md b/CHANGELOG.md
index 82c98b5..2fb17e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to the sample react app will be documented in this file.
+## 3.6.0
+- Bugfix: Change app2app example to tn3270 with a TLS connection to foster responsible use ([#121](https://github.com/zowe/sample-react-app/pull/121))
+
## 2.0.1
- Bugfix: Schema file was not included, preventing installation as a component
diff --git a/sample-react-app.ppf b/sample-react-app.ppf
deleted file mode 100644
index 8e041a8..0000000
--- a/sample-react-app.ppf
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
diff --git a/webClient/src/App.tsx b/webClient/src/App.tsx
index bda96ab..fb297a5 100644
--- a/webClient/src/App.tsx
+++ b/webClient/src/App.tsx
@@ -36,13 +36,13 @@ class App extends React.Component {
`{ "type":"connect",
"connectionSettings":{
"host":"localhost",
- "port":23,
+ "port":992,
"deviceType":5,
"alternateHeight":60,
"alternateWidth":132,
"oiaEnabled": true,
"security": {
- "type":0
+ "type":"tls"
}
}
}`,