From ff978703dafea546c7cccc1fb476645ea453bdc3 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Thu, 11 Jul 2024 21:09:20 +0000 Subject: [PATCH] chore: removed unused config options --- app/config.js | 4 ---- config.json.sample | 4 ---- 2 files changed, 8 deletions(-) diff --git a/app/config.js b/app/config.js index 98a57f4..6d0f9fe 100644 --- a/app/config.js +++ b/app/config.js @@ -35,10 +35,6 @@ let config = { text: null, background: 'green' }, - session: { - name: 'WebSSH2', - secret: 'mysecret' - }, options: { challengeButton: true, allowreauth: true diff --git a/config.json.sample b/config.json.sample index efd85b9..650025d 100644 --- a/config.json.sample +++ b/config.json.sample @@ -28,10 +28,6 @@ "text": null, "background": "green" }, - "session": { - "name": "WebSSH2", - "secret": "mysecret" - }, "options": { "challengeButton": true, "allowreauth": false