Skip to content

Commit

Permalink
Update jwt-config.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Borelli-7 committed Feb 12, 2024
1 parent cd99d65 commit 62cf360
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions datasafe-rest-impl/src/main/resources/jwt-config.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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
jwt_secret=${JWT_SECRET}
default_user=${DEFAULT_USER}
default_password=${DEFAULT_PASSWORD}
#10 Days in ms
token_expiration=${TOKEN_EXPIRATION:864000000}

0 comments on commit 62cf360

Please sign in to comment.