Skip to content

Commit

Permalink
Reformat the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
enricostara committed Dec 30, 2014
1 parent dc0c50c commit 9716dbd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions lib/static.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
};

Expand Down

0 comments on commit 9716dbd

Please sign in to comment.