Skip to content
Snippets Groups Projects
Commit b9ac6a39 authored by Michal Petrovič's avatar Michal Petrovič
Browse files

change version and jwt expiration

parent 4bab5126
Branches
No related merge requests found
Pipeline #185391 failed with stages
in 8 minutes and 31 seconds
......@@ -24,7 +24,7 @@ repositories {
group = 'cz.dnaAnalyser'
version = '0.0.1-SNAPSHOT'
version = '3.7.1' // TODO fix versioning!
processResources {
include '**'
......
......@@ -95,7 +95,7 @@ security:
jwt:
header: Authorization
secret: secret
expiration: 21600
expiration: 172800
importDefaultUsers: true
management:
swagger: enabled
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment