| At line 4 changed 2 lines. |
| !! Set Configuration |
| !set-configuration |
| !! set-configuration |
| Will set the configuration properties for a specified configurable service. The name of this service must be provided using the --name options. The property values can be specified in the command string or by entering in the name of a file that contains key, value pairs. |
| Example: |
| {{{ |
| set-configuration --name=myinterceptor "p1=value1,p2=value3,p4=value5" |
| }}} |