Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Update config.example.json (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP authored Jan 1, 2024
1 parent 6726ba6 commit 3d01d1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/json/config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"security_settings": {
"jwt_secret": "secret",
"session_secret": "secret"
"session_secret": "secret",
"session_expires_in_seconds": 86400
}
}
}

0 comments on commit 3d01d1f

Please sign in to comment.