Skip to content

Commit

Permalink
update config DB
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuazof committed Jul 29, 2024
1 parent dc35360 commit 8fabd16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/CSS/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down
File renamed without changes
6 changes: 3 additions & 3 deletions target/classes/application.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fabd16

Please sign in to comment.