-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug][Tools] Add datasource url for mysql profile in tools application.yaml #10399
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #10399 +/- ##
============================================
+ Coverage 40.56% 40.57% +0.01%
- Complexity 4766 4769 +3
============================================
Files 877 877
Lines 35621 35621
Branches 3945 3945
============================================
+ Hits 14449 14454 +5
+ Misses 19737 19733 -4
+ Partials 1435 1434 -1
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Does it means we should also set |
@EricGao888 could you try it again after #10414 merged |
Sure, will check it as soon as #10414 merged |
@zhongjiajie @SbloodyS It works fine now. I'm quite curious about how you guys made it work? How did PR #10414 affect |
Still a little bit confused. After I encountered that |
My understanding has some problems. I'll try locally and talk later |
Sure, thx for the explanation : ) |
We don't need to set that. What we want in the yaml is indeed default value. So before and after this PR when users set up in their production environment they are expected to set P.S. the reason why I write SPRING_DATASOURCE_URL=xxxx # note no "export"
daemon.sh start standalone-server |
This makes sense to me. |
And did we still need this if only work for someone who run database service in the same host with tools script running? |
Hi, as I said in #10399 (comment) we can have this default value for the sake of convenience, and can be referenced if users want to configure their own database address (copy this by replacing the IP/host). |
Purpose of the pull request
Brief change log
Verify this pull request