Syntax
adminConsole:
readOnly: <boolean>
useXForwardedForAsClientAddr: <boolean>adminConsole: readOnly: <boolean> useXForwardedForAsClientAddr: <boolean>
Sample
<serviceProxy port="9000">
<adminConsole readOnly="[true, false]" />
</serviceProxy><serviceProxy port="9000"> <adminConsole readOnly="[true, false]" /> </serviceProxy>
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| readOnly | false | false | Whether runtime changes to Membrane's configuration can be committed in the admin console. | - |
| useXForwardedForAsClientAddr | false | false | whether to show the value of the first "X-Forwarded-For" header instead of the client IP address | - |