We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef9e06 commit a317bf7Copy full SHA for a317bf7
src/main/resources/application.properties
@@ -4,6 +4,9 @@ spring.datasource.password = root
4
spring.jpa.show-sql = true
5
spring.jpa.hibernate.ddl-auto = update
6
7
+
8
+#Amazon Elastic Beanstalk database settings, used in production mode:
9
10
#spring.datasource.url = jdbc:postgresql://${RDS_HOSTNAME}:${RDS_PORT}/${RDS_DB_NAME}
11
#spring.datasource.username = ${RDS_USERNAME}
12
#spring.datasource.password = ${RDS_PASSWORD}
0 commit comments