Skip to content

Commit

Permalink
clarify meaning of "org" in TNPG settings
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Oct 18, 2020
1 parent 1344186 commit 537e866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/push/tnpg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Update the server config [`tinode.conf`](../../tinode.conf#L384), section `"push
```js
{
"enabled": true,
"org": "myorg", // name of the organization you registered at console.tinode.co
"org": "myorg", // Short name (URL) of the organization you registered at console.tinode.co
"token": "SoMe_LonG.RaNDoM-StRiNg.12345" // authentication token obtained from console.tinode.co
}
```
Expand Down
2 changes: 1 addition & 1 deletion server/tinode.conf
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
"config": {
// Disabled. Configure first then enable.
"enabled": false,
// Name of the organization you registered at console.tinode.co.
// Short name (URL) of the organization you registered at console.tinode.co.
"org": "test",
// Authentication token obtained from console.tinode.co
"token": "jwt-security-token-obtained-from-console.tinode.co",
Expand Down

0 comments on commit 537e866

Please sign in to comment.