Skip to content

Commit

Permalink
Update BotSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Modersi authored Jan 12, 2023
1 parent aeaabe6 commit c25d593
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions BotSettings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"bot_token": "",
"webhook_url": "telegrambotapi.com",
"certificate_path": "C:/Users/Maybe/Desktop/TestSelfSigned/cert.crt",
"private_key_path": "C:/Users/Maybe/Desktop/TestSelfSigned/private.key",
"ca_certificates_paths": [],
"public_key_path": "C:/Users/Maybe/Desktop/TestSelfSigned/public_key.cer",
"webhook_url": null,
"certificate_path": null,
"private_key_path": null,
"ca_certificates_paths": null,
"public_key_path": null,
"webhook_ip_addres": null,
"max_connections": null,
"allowed_updates": [],
"allowed_updates": null,
"drop_pending_updates": null,
"payment_token": null,
"host_addres": "192.168.0.99",
"port": 443
}
"host_addres": null,
"port": null
}

0 comments on commit c25d593

Please sign in to comment.