Skip to content

Commit 67c81a2

Browse files
committed
delete sensitive information from application-test
1 parent d3b99d0 commit 67c81a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/test/resources/application-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test Database Configuration
22
spring.datasource.url=jdbc:postgresql://localhost:5432/solarwatch_test
33
spring.datasource.username=postgres
4-
spring.datasource.password=Pds56ghj
4+
spring.datasource.password=admin123
55
spring.jpa.hibernate.ddl-auto=create-drop
66
spring.jpa.show-sql=true
77
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect

0 commit comments

Comments
 (0)