Skip to content

Commit

Permalink
Document JWT_TIME_TO_LIVE (#248)
Browse files Browse the repository at this point in the history
document jwt-time-to-live
  • Loading branch information
alexnb committed Nov 11, 2024
1 parent abc3765 commit 30fbf17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/ROOT/pages/installation/server.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,11 @@ For details about configuring proxy in Java, see link:https://docs.oracle.com/en
| Random string used for JWT signing (optional)
| please-set-a-random-secret-string-here-for-jwt-signing

| `jwt.time-to-live`
| `JWT_TIME_TO_LIVE`
| JWT time to live, configures the session expiration time. For syntax, see https://docs.spring.io/spring-boot/reference/features/external-config.html#features.external-config.typesafe-configuration-properties.conversion.durations[Spring documentation] (optional)
| 1h

| `optout.crash-analytics`
| `OPTOUT_CRASH_ANALYTICS`
| Set to true to opt out of product analytics being sent to Neo4j (optional)
Expand Down

0 comments on commit 30fbf17

Please sign in to comment.