Skip to content

Commit 4154a79

Browse files
author
JLRR2019
committed
Últimos retoques
1 parent 3b2aa08 commit 4154a79

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
87ea85fb832775502806432182623443d99bc017aa849fd75eb5b38032292741
1+
829d6aba5455ea9a3b945026351f37b5eb3f1ccb75d31fcb7460da73119811b4

backend/gamelink/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- SPRING_DATASOURCE_URL=jdbc:postgresql://db:5432/gamelink
1111
- SPRING_DATASOURCE_USERNAME=postgres
12-
- SPRING_DATASOURCE_PASSWORD=password
12+
- SPRING_DATASOURCE_PASSWORD=Juanluis-123
1313
- SPRING_JPA_HIBERNATE_DLL_AUTO=update
1414
- SPRING_JPA_SHOW_SQL=true
1515
restart: on-failure
@@ -21,7 +21,7 @@ services:
2121
restart: always
2222
environment:
2323
- POSTGRES_USER=postgres
24-
- POSTGRES_PASSWORD=password
24+
- POSTGRES_PASSWORD=Juanluis-123
2525
- POSTGRES_DB=gamelink
2626
volumes:
2727
- ./postgres:/var/lib/postgres

backend/gamelink/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring.mustache.suffix=.html
1010

1111
spring.datasource.url=jdbc:postgresql://localhost:5432/gamelink
1212
spring.datasource.username=postgres
13-
spring.datasource.password=password
13+
spring.datasource.password=Juanluis-123
1414
spring.jpa.hibernate.ddl-auto=create-drop
1515

1616
logging.level.org.springframework.security=DEBUG

backend/gamelink/src/main/resources/static/js/scripts.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ var pageValueRecommendedGames = 0;
1313

1414

1515
document.addEventListener("DOMContentLoaded", () => {
16-
// Escuchamos el click del botón
1716
const $boton = document.querySelector("#generatePDF");
1817
$boton.addEventListener("click", () => {
1918
const $elementoParaConvertir = document.body; // <-- Here you can choose any element of the DOM

backend/gamelink/target/classes/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spring.mustache.suffix=.html
1010

1111
spring.datasource.url=jdbc:postgresql://localhost:5432/gamelink
1212
spring.datasource.username=postgres
13-
spring.datasource.password=password
13+
spring.datasource.password=Juanluis-123
1414
spring.jpa.hibernate.ddl-auto=create-drop
1515

1616
logging.level.org.springframework.security=DEBUG

0 commit comments

Comments
 (0)