We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db2075a commit 736cedfCopy full SHA for 736cedf
src/main/resources/application.properties
@@ -1,4 +1,4 @@
1
-spring.datasource.url=jdbc:postgresql://localhost:5432/hello_db
2
-spring.datasource.username=postgres
3
-spring.datasource.password=postgres
+spring.datasource.url=${DB_URL}
+spring.datasource.username=${DB_USERNAME}
+spring.datasource.password=${DB_PASSWORD}
4
spring.jpa.hibernate.ddl-auto=update
0 commit comments