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 b925728 commit 04483f4Copy full SHA for 04483f4
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=password
+spring.datasource.password=123456
14
spring.jpa.hibernate.ddl-auto=create-drop
15
16
logging.level.org.springframework.security=DEBUG
0 commit comments