Example Configuration
api:
port: 9000
flow:
- adminConsole: {}
api:
port: 9000
flow:
- adminConsole: {}
Syntax
adminConsole:
readOnly: <boolean>
useXForwardedForAsClientAddr: <boolean>adminConsole: readOnly: <boolean> useXForwardedForAsClientAddr: <boolean>
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 | - |