Skip to content

Commit

Permalink
changed the mysql credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshitPachori committed Jun 8, 2024
1 parent 534d7db commit a745698
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ride_fast_backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
<optional>true</optional>
</dependency>

<!-- <dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<scope>runtime</scope>
</dependency> -->
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
Expand Down Expand Up @@ -106,11 +106,11 @@
</dependency>


<dependency>
<!-- <dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>
</dependency> -->
</dependencies>

<build>
Expand Down
4 changes: 3 additions & 1 deletion ride_fast_backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ server:

spring:
datasource:
url: jdbc:postgresql://aws-0-ap-south-1.pooler.supabase.com:6543/postgres?user=postgres.mpdtafocfwffptvrdruq&password=KzpsKLu8.@qpJgT
url: jdbc:mysql://sql.freedb.tech:3306/freedb_ride_fast_db
username: freedb_harshit
password: V4tbcHtnK7aw*FT
jpa:
hibernate:
ddl-auto: update
Expand Down

0 comments on commit a745698

Please sign in to comment.