> NOTE: Changing the transcoding configuration through the web interface is disabled for security reasons. If you would like to change (edit or add) transcoding options, restart the server with the ND_ENABLETRANSCODINGCONFIG=true configuration option.
```yaml
env:
- name: ND_ENABLESHARING
value: "true"
- name: ND_ENABLETRANSCODINGCONFIG
value: "true"
```
```
/app # env | grep TRANSCODING
ND_ENABLETRANSCODINGCONFIG=true
```
🤔