Add missing scheme in webapp default configuration (#9595)

This commit is contained in:
kezhenxu94 2022-09-13 18:44:46 +08:00 committed by GitHub
parent 12a18e6977
commit 96faed0185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@
serverPort: ${SW_SERVER_PORT:-8080}
# Comma seperated list of OAP addresses.
oapServices: ${SW_OAP_ADDRESS:-localhost:12800}
oapServices: ${SW_OAP_ADDRESS:-http://localhost:12800}