initial commit
This commit is contained in:
16
proxies/http/config.example.json
Normal file
16
proxies/http/config.example.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"webhooks": {
|
||||
"stripe": {
|
||||
"secret": "whsec_test_secret_replace_with_actual",
|
||||
"signature_header": "stripe-signature",
|
||||
"verify_signature": true
|
||||
},
|
||||
"idenfy": {
|
||||
"secret": "idenfy_test_secret_replace_with_actual",
|
||||
"signature_header": "idenfy-signature",
|
||||
"verify_signature": true
|
||||
}
|
||||
},
|
||||
"websocket_timeout": 30,
|
||||
"max_retries": 3
|
||||
}
|
Reference in New Issue
Block a user