Skip to content

Commit

Permalink
refactor: change dev props files
Browse files Browse the repository at this point in the history
  • Loading branch information
ShulV committed Nov 5, 2023
1 parent 027a6ad commit 5b55bdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
server.address=localhost
# 192.168.43.192
server.port=8089
# checks _method field via filter (for working PUT, PATCH, DELETE)
spring.mvc.hiddenmethod.filter.enabled=true
# db config
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://localhost:5432/spot_map
spring.datasource.username=postgres
spring.datasource.password=mysecretpassword
spring.datasource.password=12345
# hibernate config
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.properties.hibernate.show_sql=true
Expand All @@ -17,7 +16,6 @@ spring.jpa.hibernate.ddl-auto=update
application.security.jwt.secret-key=404E635266556A586E3272357538782F413F4428472B4B6250645367566B5970
# a day
application.security.jwt.access-token.expiration=86400000

# 7 days
application.security.jwt.refresh-token.expiration=604800000

Expand Down

0 comments on commit 5b55bdb

Please sign in to comment.