Skip to content

Commit

Permalink
update jwt-config.properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
Borelli-7 committed Jan 14, 2024
1 parent a1e0467 commit 574b548
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions datasafe-rest-impl/src/main/resources/jwt-config.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
jwt_secret=${JWT_SECRET}
default_user=${DEFAULT_USER}
default_password=${DEFAULT_PASSWORD}
#10 Days in ms
token_expiration=${TOKEN_EXPIRATION:864000000}
debug=false
management.endpoints.web.exposure.include=*

jwt_secret=n2r5u8x/A%D*G-KaPdSgVkYp3s6v9y$B&E(H+MbQeThWmZq4t7w!z%C*F-J@NcRf
default_user=username
default_password=password
token_expiration=864000000

0 comments on commit 574b548

Please sign in to comment.