From 8fabd160e80750fe21d88dfb41e200dc2af0dc5f Mon Sep 17 00:00:00 2001 From: Jorge Suazo Date: Mon, 29 Jul 2024 19:12:20 -0400 Subject: [PATCH] update config DB --- src/main/resources/application.properties | 6 +++--- src/main/resources/static/CSS/login.css | 2 +- .../resources/static/img/{OIG3.jpeg => wallet.jpeg} | Bin target/classes/application.properties | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) rename src/main/resources/static/img/{OIG3.jpeg => wallet.jpeg} (100%) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f2c043c..3986fd6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,9 +1,9 @@ spring.application.name=AlkeWallet6 # DATABASE CONFIGURATION -spring.datasource.url=jdbc:mysql://localhost:3306/alkewallet_final?createDatabaseIfNotExist=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true -spring.datasource.username=root -spring.datasource.password= +spring.datasource.url=jdbc:mysql://sql.freedb.tech:3306/freedb_alkewallet_final?createDatabaseIfNotExist=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true +spring.datasource.username=freedb_admindb +spring.datasource.password=pFhSky@q@CPt!7d spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # HIBERNATE CONFIGURATION diff --git a/src/main/resources/static/CSS/login.css b/src/main/resources/static/CSS/login.css index 543c001..8f94bfd 100644 --- a/src/main/resources/static/CSS/login.css +++ b/src/main/resources/static/CSS/login.css @@ -8,7 +8,7 @@ } body{ - background-image: url('/img/OIG3.jpeg'); + background-image: url('/img/wallet.jpeg'); background-repeat: no-repeat; background-position: center; background-size: 100%; diff --git a/src/main/resources/static/img/OIG3.jpeg b/src/main/resources/static/img/wallet.jpeg similarity index 100% rename from src/main/resources/static/img/OIG3.jpeg rename to src/main/resources/static/img/wallet.jpeg diff --git a/target/classes/application.properties b/target/classes/application.properties index f2c043c..3986fd6 100644 --- a/target/classes/application.properties +++ b/target/classes/application.properties @@ -1,9 +1,9 @@ spring.application.name=AlkeWallet6 # DATABASE CONFIGURATION -spring.datasource.url=jdbc:mysql://localhost:3306/alkewallet_final?createDatabaseIfNotExist=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true -spring.datasource.username=root -spring.datasource.password= +spring.datasource.url=jdbc:mysql://sql.freedb.tech:3306/freedb_alkewallet_final?createDatabaseIfNotExist=true&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true +spring.datasource.username=freedb_admindb +spring.datasource.password=pFhSky@q@CPt!7d spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver # HIBERNATE CONFIGURATION