Skip to content

Commit

Permalink
security hotspot fixed..
Browse files Browse the repository at this point in the history
  • Loading branch information
AdilSDE committed Sep 28, 2023
1 parent c5c8b1f commit ed8e69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/user-tenant-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
<!--<version>9.5.1</version> --><!-- Replace with the Flyway version you are using -->
<configuration>
<url>jdbc:postgresql://postgres:5432/userTenant</url>
<user>user</user>
<password>pass</password>
<user></user>
<password></password>
<schemas>
<schema>public</schema>
</schemas>
Expand Down

0 comments on commit ed8e69a

Please sign in to comment.