mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-22 16:07:49 +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"
|
|
}
|