Skip to content

Commit

Permalink
Merge pull request #40 from Abstract-Tech/session-timeout
Browse files Browse the repository at this point in the history
Add session timeout plugin
  • Loading branch information
FeSuert committed Aug 17, 2023
2 parents a42a797 + 370e8b8 commit f8a9579
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,12 @@ OPENEDX_MYSQL_PASSWORD: 2waV0m9w
OPENEDX_SECRET_KEY: eHqeglW5j7T68yYtr3yL6XPz
PLATFORM_NAME: Community Theme
PLUGINS:
- aicoach
- brand-openedx
- course-about-mfe
- home-mfe
- mfe
- cairn
- aicoach
- session-timeout
PLUGIN_INDEXES:
- https://overhang.io/tutor/main
PREVIEW_LMS_HOST: preview.local.overhang.io
5 changes: 5 additions & 0 deletions plugins/session-timeout.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: session-timeout
version: 0.1.0
patches:
openedx-lms-production-settings: |
SESSION_INACTIVITY_TIMEOUT_IN_SECONDS = 600 # 10 minutes

0 comments on commit f8a9579

Please sign in to comment.