mirror of
https://github.com/mikedilger/chorus.git
synced 2026-02-02 06:25:12 +00:00
11 lines
253 B
Plaintext
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,
|
|
) |