mirror of
https://github.com/htrefil/rkvm.git
synced 2025-02-12 08:48:12 +01:00
Fix example password
This commit is contained in:
parent
5924ae251f
commit
98431d464d
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ listen = "0.0.0.0:5258"
|
||||||
switch-key = "LeftAlt"
|
switch-key = "LeftAlt"
|
||||||
certificate = "example/certificate.crt"
|
certificate = "example/certificate.crt"
|
||||||
key = "example/key.pem"
|
key = "example/key.pem"
|
||||||
password = "12345678"
|
password = "123456789"
|
Loading…
Add table
Reference in a new issue