10000 fix: README · symfony/symfony@8f64cb0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f64cb0

Browse files< 8000 a class="prc-Button-ButtonBase-c50BI d-flex d-md-none prc-Button-IconButton-szpyj prc-Link-Link-85e08" data-component="IconButton" type="button" href="/symfony/symfony/tree/8f64cb03296c37e2646f25aca591b10dba10b992" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="default" aria-describedby=":R7qbab:-loading-announcement" aria-labelledby=":R1qbab:">
committed
fix: README
1 parent 9971ad7 commit 8f64cb0

File tree

1 file changed

+6
-6
lines changed
  • src/Symfony/Component/Notifier/Bridge/Ntfy

1 file changed

+6
-6
lines changed

src/Symfony/Component/Notifier/Bridge/Ntfy/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ DSN example
77
-----------
88

99
```
10-
NTFY_DSN=ntfy://[NTFY_USER:NTFY_PASSWORD]@NTFY_URL[:NTFY_PORT]/NTFY_TOPIC?[secureHttp=[on]]
10+
NTFY_DSN=ntfy://[USER:PASSWORD]@default[:PORT]/TOPIC?[secureHttp=[on]]
1111
```
1212

1313
where:
14-
- `NTFY_URL` is the ntfy server which you are using
14+
- `URL` is the ntfy server which you are using
1515
- if `default` is provided, this will default to the public ntfy server hosted on [ntfy.sh](https://ntfy.sh/).
16-
- `NTFY_TOPIC` is the topic on this ntfy server.
17-
- `NTFY_PORT` is an optional specific port.
18-
- `NTFY_USER`and `NTFY_PASSWORD` are username and password in case of access control supported by the server
16+
- `TOPIC` is the topic on this ntfy server.
17+
- `PORT` is an optional specific port.
18+
- `USER`and `PASSWORD` are username and password in case of access control supported by the server
1919

20-
In case of a non-secure server, you can disable https by setting `secureHttp=off`.
20+
In case of a non-secure server, you can disable https by setting `secureHttp=off`. For example if you use a local [Ntfy Docker image](https://hub.docker.com/r/binwiederhier/ntfy) during development or testing.
2121

2222

2323
Resources

0 commit comments

Comments
 (0)
0