Update UI doc (#10647)

This commit is contained in:
kezhenxu94 2023-04-05 16:34:12 +08:00 committed by GitHub
parent b7f456d29f
commit 009b192ecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
SkyWalking UI distribution is already included in our Apache official release.
## Startup
Startup script is also in `/bin/webappService.sh`(.bat). UI runs as an OS Java process, powered-by Zuul.
Startup script is also in `/bin/webappService.sh`(.bat). UI runs as a Java process, powered-by Armeria.
## Settings
The settings file of UI is `webapp/webapp.yml` in the distribution package. It has three parts.
@ -13,9 +13,9 @@ The settings file of UI is `webapp/webapp.yml` in the distribution package. It
```yaml
serverPort: ${SW_SERVER_PORT:-8080}
# Comma separated list of OAP addresses, without http:// prefix.
oapServices: ${SW_OAP_ADDRESS:-localhost:12800}
zipkinServices: ${SW_ZIPKIN_ADDRESS:localhost:9412}
# Comma separated list of OAP addresses, with `http://` or `https://` prefix.
oapServices: ${SW_OAP_ADDRESS:-http://localhost:12800}
zipkinServices: ${SW_ZIPKIN_ADDRESS:http://localhost:9412}
```
## Start with Docker Image