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 fe3d285 commit 82f6113Copy full SHA for 82f6113
backend/gamelink/src/main/resources/application.properties
@@ -10,7 +10,7 @@ spring.mustache.suffix=.html
10
11
spring.datasource.url=jdbc:postgresql://localhost:5432/gamelink
12
spring.datasource.username=postgres
13
-spring.datasource.password=Juanluis-123
+spring.datasource.password=password
14
spring.jpa.hibernate.ddl-auto=create-drop
15
16
logging.level.org.springframework.security=DEBUG
0 commit comments