liangyepianzhou commented on code in PR #11339:
URL: https://github.com/apache/skywalking/pull/11339#discussion_r1350429095
##########
test/e2e-v2/cases/pulsar/docker-compose.yml:
##########
@@ -22,8 +22,16 @@ services:
service: oap
ports:
- "12800:12800"
+ environment:
+ SW_ENABLE_UPDATE_UI_TEMPLATE: true
+ SW_STORAGE: mysql
+ SW_JDBC_URL: jdbc:mysql://mysql:3306/swtest?allowMultiQueries=true
Review Comment:
It is used to debug. I push it to GitHub to share with @liuhaoyang.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]