Skip to content

Commit

Permalink
pkp/pkp-lib#9895 new config setting added
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed May 3, 2024
1 parent 8158465 commit ab44670
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.TEMPLATE.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@

[general]

[general]

; An application specific key that is required for the app to run
; Internally this is used for any encryption (specifically cookie encryption if enabled)
app_key =

; Set this to On once the system has been installed
; (This is generally done automatically by the installer)
installed = Off
Expand Down Expand Up @@ -255,6 +261,14 @@

[security]

; Specific cipher algorithm used to generate app key and encryption purpose
; Valid and available algorithms are `aes-128-cbc`, `aes-256-cbc`, `aes-128-gcm` and `aes-256-gcm`
; cipher = 'aes-256-cbc'

; Define should the cookie at user's end need to be encrypted
; Enabling/Disbaling will force all user to re-login
; cookie_encryption = On

; Force SSL connections site-wide and also sets the "Secure" flag for session cookies
; See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#secure
force_ssl = Off
Expand Down

0 comments on commit ab44670

Please sign in to comment.