There was an error while loading. Please reload this page.
1 parent c15efbd commit 732ed1cCopy full SHA for 732ed1c
1 file changed
src/main/resources/application.properties
@@ -5,5 +5,5 @@ springdoc.swagger-ui.path=/api
5
randomuser.api.base-url=https://randomuser.me/
6
7
spring.datasource.url=jdbc:postgresql://localhost:5432/xpeho_db
8
-spring.datasource.username=postgres
9
-spring.datasource.password=postgres
+spring.datasource.username=${DB_USER}
+spring.datasource.password=${DB_PASSWORD}
0 commit comments