Skip to content

Commit

Permalink
Merge pull request #14 from hokkung/hok/dump-prop-file
Browse files Browse the repository at this point in the history
dmp file
  • Loading branch information
hokkung authored Apr 28, 2024
2 parents 0da749d + 7317ca7 commit 1d8d7da
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/application-local-template.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,15 @@ spring.datasource.username=root
spring.datasource.password=root
spring.jpa.hibernate.ddl-auto=validate

# spring security
logging.level.org.springframework.security=TRACE


# server
server.port=8081

#jwt
jwt.expiration-time-in-minute=60
jwt.refresh-expiration-time-in-minute=1440
jwt.rsa-private-key=classpath:certs/privateKey.pem
jwt.rsa-public-key=classpath:certs/publicKey.pem

0 comments on commit 1d8d7da

Please sign in to comment.