Skip to content
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

How to configure DB details. #443

Open
SudhaGanesanAkilandam opened this issue Dec 1, 2022 · 2 comments
Open

How to configure DB details. #443

SudhaGanesanAkilandam opened this issue Dec 1, 2022 · 2 comments
Labels
question Further information or guidance required

Comments

@SudhaGanesanAkilandam
Copy link

Our sample java Application uses DB.

How to configure ?

I configured like this but it is not working properly

database.driver=com.mysql.jdbc.Driver
database.url=jdbc:mysql://$DB_HOST:$DB_PORT/$DB_NAME
database.username=$DB_MASTER_USERNAME
database.password=$DB_MASTER_PASSWORD
hibernate.dialect=org.hibernate.dialect.MySQLDialect
hibernate.show_sql=false.

@SudhaGanesanAkilandam SudhaGanesanAkilandam added the triage Needs categorization and prioritization label Dec 1, 2022
@brtrvn brtrvn added question Further information or guidance required and removed triage Needs categorization and prioritization labels Jan 5, 2023
@brtrvn
Copy link
Contributor

brtrvn commented Jan 5, 2023

We removed the non-inclusive term master from the environment variables some time ago. Try DB_USER and DB_PASSWORD.

@rupetnar
Copy link

@SudhaGanesanAkilandam Please confirm if your issue has been resolved. If we don't hear back in 30 days, we will assume it's fixed and close the issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information or guidance required
Projects
None yet
Development

No branches or pull requests

3 participants