Skip to content

Commit

Permalink
[QOLSVC-4096] use file-based Beaker sessions for testing
Browse files Browse the repository at this point in the history
- This avoids the need for a validation key
  • Loading branch information
ThrawnCA committed Feb 15, 2024
1 parent 810988a commit 4cb1953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/test.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use = egg:ckan
full_stack = true
cache_dir = /tmp/%(ckan.site_id)s/
beaker.session.key = ckan
beaker.session.type = file

# This is the secret token that the beaker library uses to hash the cookie sent
# to the client. `paster make-config` generates a unique value for this each
Expand Down

0 comments on commit 4cb1953

Please sign in to comment.