BAEL-2104: Spring Boot deployment to AWS Beanstalk (#5951)
This commit is contained in:
committed by
Diego Moreira
parent
20e8886165
commit
731a3cd229
@@ -0,0 +1,3 @@
|
||||
spring.datasource.url=jdbc:mysql://${rds.hostname}:${rds.port}/${rds.db.name}
|
||||
spring.datasource.username=${rds.username}
|
||||
spring.datasource.password=${rds.password}
|
||||
Reference in New Issue
Block a user