mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-19 15:03:48 +02:00
Make sample config work with current state
This commit is contained in:
parent
27d36f83f2
commit
3ace4610fc
1 changed files with 8 additions and 7 deletions
15
README.md
15
README.md
|
@ -42,23 +42,24 @@ server:
|
|||
- any
|
||||
# if true the server randomly selects a host to connect to
|
||||
roundRobin: false
|
||||
# a random string of at least 32 characters to secure cookies on the client
|
||||
sessionKey: thisisasessionkeyreplacethisjetzt
|
||||
# Open ID Connect specific settings
|
||||
openId:
|
||||
providerUrl: http://keycloak/auth/realms/test
|
||||
clientId: rdpgw
|
||||
clientSecret: your-secret
|
||||
|
||||
# enabled / disabled capabilities
|
||||
caps:
|
||||
SmartCardAuth: false
|
||||
smartCardAuth: false
|
||||
tokenAuth: true
|
||||
# connection timeout in minutes, 0 is limitless
|
||||
idleTimeout: 10
|
||||
EnablePrinter: true
|
||||
EnablePort: true
|
||||
EnablePnp: true
|
||||
EnableDrive: true
|
||||
EnableClipboard: true
|
||||
enablePrinter: true
|
||||
enablePort: true
|
||||
enablePnp: true
|
||||
enableDrive: true
|
||||
enableClipboard: true
|
||||
```
|
||||
|
||||
## Use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue