diff --git a/lib/static.js b/lib/static.js index 1b784c0..4cf7f6e 100644 --- a/lib/static.js +++ b/lib/static.js @@ -23,13 +23,19 @@ exports.telegram = { // Test phone number prefix, see https://core.telegram.org/api/datacenter phoneNumberPrefix: '99966', // Test primary data center - primaryDataCenter: {host: "173.240.5.253", port: "80"} + primaryDataCenter: { + host: "173.240.5.253", + port: "80" + } }, // FOR YOUR APPLICATION DO NOT USE THE TEST APP_ID ABOVE! Your application may be blocked! // See https://core.telegram.org/api/obtaining_api_id // You can get your own `api_id` and `api_hash` at https://core.telegram.org/myapp prod: { - primaryDataCenter: {host: "173.240.5.1", port: "80"} + primaryDataCenter: { + host: "173.240.5.1", + port: "80" + } } };