From 96faed0185aceefdc30fcd2fb2d9291ff2959ca2 Mon Sep 17 00:00:00 2001 From: kezhenxu94 Date: Tue, 13 Sep 2022 18:44:46 +0800 Subject: [PATCH] Add missing scheme in webapp default configuration (#9595) --- apm-webapp/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-webapp/src/main/resources/application.yml b/apm-webapp/src/main/resources/application.yml index 67630f83a8..f1bb184e53 100755 --- a/apm-webapp/src/main/resources/application.yml +++ b/apm-webapp/src/main/resources/application.yml @@ -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}