Skip to content

Commit

Permalink
Commented out beaker.session.secret in merge.production.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 11, 2024
1 parent a63cb2c commit 409509a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/ckan/merge.production.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# <your other settings here>
beaker.session.key = ckan_session
# Your session secret should be a long, random and secret string!
beaker.session.secret = beaker-secret
#beaker.session.secret = beaker-secret
beaker.session.data_serializer = json
beaker.session.httponly = true
beaker.session.secure = true
Expand Down Expand Up @@ -33,4 +33,4 @@ ckanext.security.disable_password_reset_override = true

# Provide a help page to allow 2fa users to contact support or get more information
# Shows up as 'Need help?' on the 2fa entry form beside the submit button. Does not display a link if none provided
ckanext.security.mfa_help_link = https://data.govt.nz/catalogue-guide/releasing-data-on-data-govt-nz/how-do-i-set-up-two-factor-authentication/
ckanext.security.mfa_help_link = https://data.govt.nz/catalogue-guide/releasing-data-on-data-govt-nz/how-do-i-set-up-two-factor-authentication/

0 comments on commit 409509a

Please sign in to comment.