Skip to content

Commit

Permalink
Updated application.properties
Browse files Browse the repository at this point in the history
yasasghari committed Feb 22, 2024
1 parent ed047dd commit ad1e527
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
spring.datasource.url=${DATABASE_URL}
spring.datasource.username=${DATABASE_USERNAME}
spring.datasource.password= ${DATABASE_PASSWORD}
spring.datasource.driver-class-name=org.postgresql.Driver
spring.jpa.show-sql=true
spring.sql.init.mode=always
@@ -11,7 +9,6 @@ logging.level.org.springframework.security=DEBUG
server.error.include-message=always
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.max-active=3
admin.password=${JWT_SECRET}



0 comments on commit ad1e527

Please sign in to comment.