From 336cdfd3ee49dc834fb984b014443e9fe27798eb Mon Sep 17 00:00:00 2001
From: Alessandro Pilotti <apilotti@cloudbasesolutions.com>
Date: Fri, 28 Aug 2020 18:44:27 +0200
Subject: [PATCH] Fix sample rdpgw.yaml

Rename tokenSigningKey to PAATokenSigningKey
---
 dev/docker/rdpgw.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/docker/rdpgw.yaml b/dev/docker/rdpgw.yaml
index 1897a4d..ccee2aa 100644
--- a/dev/docker/rdpgw.yaml
+++ b/dev/docker/rdpgw.yaml
@@ -5,7 +5,7 @@ server:
  port: 9443
  hosts:
   - xrdp:3389
- roundRobin: false 
+ roundRobin: false
  sessionKey: thisisasessionkeyreplacethisjetz
  sessionEncryptionKey: thisisasessionkeyreplacethisnunu
 openId:
@@ -18,4 +18,4 @@ client:
  bandwidthAutoDetect: 1
  ConnectionType: 6
 security:
-  tokenSigningKey: prettypleasereplacemeinproductio
+  PAATokenSigningKey: prettypleasereplacemeinproductio
-- 
GitLab