mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
{
|
|
"method": "http2",
|
|
"server": "localhost",
|
|
"server_port": 443,
|
|
"connect_timeout": 2000,
|
|
"username": "username",
|
|
"password": "password",
|
|
"private_key_file": "/etc/yass/private_key.pem",
|
|
"certificate_chain_file": "/etc/yass/pubkey.crt"
|
|
}
|