awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

How to configure DB details. #443

Open SudhaGanesanAkilandam opened 1 year ago

SudhaGanesanAkilandam commented 1 year ago

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.

brtrvn commented 1 year ago

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

rupetnar commented 1 year ago

@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.