We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b99d0 commit 67c81a2Copy full SHA for 67c81a2
1 file changed
backend/src/test/resources/application-test.properties
@@ -1,7 +1,7 @@
1
# Test Database Configuration
2
spring.datasource.url=jdbc:postgresql://localhost:5432/solarwatch_test
3
spring.datasource.username=postgres
4
-spring.datasource.password=Pds56ghj
+spring.datasource.password=admin123
5
spring.jpa.hibernate.ddl-auto=create-drop
6
spring.jpa.show-sql=true
7
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
0 commit comments