mirror of https://github.com/caronc/apprise
typo - to many colons (:); refs #3
parent
9a2ce1f82c
commit
51eb1ae60b
|
@ -6,10 +6,10 @@
|
|||
|
||||
### Syntax
|
||||
If you want to use your own custom Pushjecct server, then the following identify the syntax you may use:
|
||||
* **pjet**:://**{secret_key}**@**{host}**
|
||||
* **pjet**:://**{secret_key}**@**{host}**:**{port}**
|
||||
* **pjets**:://**{secret_key}**@**{host}**
|
||||
* **pjets**:://**{secret_key}**@**{host}**:**{port}**
|
||||
* **pjet**://**{secret_key}**@**{host}**
|
||||
* **pjet**://**{secret_key}**@**{host}**:**{port}**
|
||||
* **pjets**://**{secret_key}**@**{host}**
|
||||
* **pjets**://**{secret_key}**@**{host}**:**{port}**
|
||||
|
||||
However, if you're using the Pushjet official server (and not your own, then you only need to provide the secret key:
|
||||
* **pjet**:://**{secret_key}**
|
||||
|
|
Loading…
Reference in New Issue