rkvm/example/server.toml

6 lines
211 B
TOML
Raw Normal View History

2020-10-23 19:47:57 +02:00
listen-address = "0.0.0.0:5258"
2020-10-29 22:24:19 +01:00
# Switch to next client by pressing the left alt key.
2020-10-29 18:10:31 +01:00
switch-keys = ["Leftalt"]
2020-10-28 23:16:57 +01:00
identity-path = "identity.p12"
2020-10-29 22:24:19 +01:00
# Leave unset if no password is set.
2020-10-28 23:16:57 +01:00
identity-password = "123456789"