mirror of
https://github.com/htrefil/rkvm.git
synced 2024-11-16 07:47:24 +01:00
8 lines
271 B
TOML
8 lines
271 B
TOML
server = "myserver.local:5258"
|
|
certificate = "/etc/rkvm/certificate.pem"
|
|
|
|
# This is to prevent malicious clients from connecting to the server.
|
|
# Make sure this matches your server's config.
|
|
#
|
|
# Change this to your own value before deploying rkvm.
|
|
password = "123456789"
|