Skip to content

Commit

Permalink
Uncommented 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 88ff660 commit ae2a713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit ae2a713

Please sign in to comment.