We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37db71e commit 7f6ef9bCopy full SHA for 7f6ef9b
src/main/resources/application-credentials.yml
@@ -11,3 +11,11 @@ spring:
11
properties:
12
hibernate:
13
dialect: org.hibernate.dialect.OracleDialect
14
+ data:
15
+ redis:
16
+ host: ${REDIS_HOST}
17
+ port: ${REDIS_PORT}
18
+jwt:
19
+ secret: ${JWT_SECRET}
20
+ access-token-expiration: ${JWT_ACCESS_TOKEN_EXPIRATION}
21
+ refresh-token-expiration: ${JWT_REFRESH_TOKEN_EXPIRATION}
0 commit comments