-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
profiles support global env value #29657
Comments
|
I can try to implement these features. |
@linghengqian Hello,I have completed the handling of global variables. PR:https://github.com/apache/shardingsphere/pull/29682 |
|
Okay, I'll fix it. |
@linghengqian I've submitted a new pull request. Thanks. #29704 |
Let's see if you have any other solutions to solve this problem. |
|
dataSources:
ds_0:
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
driverClassName: org.h2.Driver
jdbcUrl: $${FIXTURE_JDBC_URL::jdbc:h2:mem:foo_ds_do_not_use}
username: sa
password:
|
|
@linghengqian I just finished my Chinese New Year holiday.I prefer using the |
|
Feature Request
For English only, other languages will not be accepted.
Please pay attention on issues you submitted, because we maybe need more details.
If no response anymore and we cannot make decision by current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Is your feature request related to a problem?
no;
Describe the feature you would like.
sharding yaml file context support global env value.example:
I can modify it with env.
Some data, such as username, password, can be written in ciphertext.
Thanks!
The text was updated successfully, but these errors were encountered: