File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Notifier/Bridge/OvhCloud Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ DSN example
7
7
-----------
8
8
9
9
```
10
- OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_close=NO_STOP_CLOSE
10
+ OVHCLOUD_DSN=ovhcloud://APPLICATION_KEY:APPLICATION_SECRET@default?consumer_key=CONSUMER_KEY&service_name=SERVICE_NAME&sender=SENDER&no_stop_clause=NO_STOP_CLAUSE
11
11
```
12
12
13
13
where:
16
16
- ` CONSUMER_KEY ` is your OvhCloud consumer key
17
17
- ` SERVICE_NAME ` is your OvhCloud service name
18
18
- ` SENDER ` is your sender (optional)
19
- - ` NO_STOP_CLOSE ` setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)
19
+ - ` NO_STOP_CLAUSE ` setting this parameter to "1" (default "0") allow removing "STOP clause" at the end of the message for non-commercial use (optional)
20
20
21
21
22
22
Resources
You can’t perform that action at this time.
0 commit comments