Web UI File Configuration
Tip
These settings only apply if you are running an Instance of the Web UI. P2G provides some recommended config files to get you started.
Some lower level configuration cannot be provided via the web user interface and can only be provided by config file.
The Web UI looks for a file named configuration.local.json
in the same directory where it is run. Below is an example of the structure of this config file.
1 2 3 4 5 |
|
- Jump to Api Config Documentation
- Jump to Web UI Config Documentation
- Go to Observability Config Documentation
Api Config
This section helps inform the Web UI where to find the P2G Api.
"Api": {
"HostUrl": "http://p2g-api:8080"
}
Field | Required | Default | UI Setting Location | Description |
---|---|---|---|---|
HostUrl | yes | null |
none | The host and port for the Web UI to communicate with the Api. |
Web UI Config
Warning
Optional - most users should not need to change this setting.
"WebUI": {
"HostUrl": "http://*:8080"
}
Field | Required | Default | UI Setting Location | Description |
---|---|---|---|---|
HostUrl | no | http://localhost:8080 |
none | The host and port the WebUI should bind to and listen on. |