We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can be done by adding the config below in the application.yml file
spring: datasource: url: ${DB_URL} username: ${DB_USER} password: ${DB_PASSWORD}
The text was updated successfully, but these errors were encountered:
#154 - simplification of installer
2b5b778
Merge pull request #161 from kdhrubo/feature/154_simplification_insta…
8b5e490
…ller #154 - simplification of installer
kdhrubo
Successfully merging a pull request may close this issue.
This can be done by adding the config below in the application.yml file
The text was updated successfully, but these errors were encountered: