mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
16 lines
462 B
Plaintext
16 lines
462 B
Plaintext
FriendlyConfig(
|
|
data_directory: "/opt/chorus/var/chorus",
|
|
ip_address: "127.0.0.1",
|
|
port: 443,
|
|
use_tls: true,
|
|
certchain_pem_path: "/opt/chorus/etc/tls/fullchain.pem",
|
|
key_pem_path: "/opt/chorus/etc/tls/privkey.pem",
|
|
name: Some("Chorus Default"),
|
|
description: Some("A default config of the Chorus relay"),
|
|
contact: None,
|
|
public_key_hex: None,
|
|
user_hex_keys: [
|
|
],
|
|
verify_events: true,
|
|
allow_scraping: false,
|
|
) |