chorus/sample/sample.config.ron
2024-02-17 09:53:47 +13:00

11 lines
253 B
Plaintext

Config(
data_directory: "./sample",
ip_address: "127.0.0.1",
port: 8080,
use_tls: false,
certchain_pem_path: "tls/fullchain.pem",
key_pem_path: "tls/privkey.pem",
name: None,
description: None,
public_key_hex: None,
)