mirror of
https://github.com/mikedilger/chorus.git
synced 2026-04-03 06:41:16 +00:00
10 lines
233 B
Plaintext
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,
|
|
) |