chorus/sample/sample.config.ron
Mike Dilger 8701ae69dd TLS
2024-02-17 09:53:47 +13:00

10 lines
233 B
Plaintext

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