Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBenChamakh authored Dec 2, 2024
1 parent 3fbff77 commit b9fd3c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spring:
datasource:
driverClassName: org.postgresql.Driver
url: jdbc:postgresql://localhost:5432/db?currentSchema=socle
username: postgres
password: mysecretpassword
username: ${DATABASE_USERNAME}
password: ${DATABASE_SECRET}
jpa:
database-platform: org.hibernate.dialect.PostgreSQLDialect
generate-ddl : true
Expand All @@ -32,4 +32,4 @@ config:
- /v3/api-docs/**
- /swagger-ui/**
- /swagger-resources/**
- /swagger-resources
- /swagger-resources

0 comments on commit b9fd3c4

Please sign in to comment.