This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 96faed0185 Add missing scheme in webapp default configuration (#9595)
96faed0185 is described below

commit 96faed0185aceefdc30fcd2fb2d9291ff2959ca2
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Sep 13 18:44:46 2022 +0800

    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}

Reply via email to