Skip to content

Commit

Permalink
TESTING added variables to .ckan-env.env
Browse files Browse the repository at this point in the history
CKAN___API_TOKEN__JWT__ENCODE__SECRET
CKAN___API_TOKEN__JWT__DECODE__SECRET
  • Loading branch information
twdbben committed Dec 11, 2024
1 parent 5d4c251 commit a2c6575
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/.env-ckan.env
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ CKAN___BEAKER__SESSION__URL=redis://redis:6379/8
CKAN___BEAKER__SESSION__COOKIE_EXPIRES=true
CKAN___BEAKER__SESSION__COOKIE_DOMAIN=0.0.0.0
CKAN___BEAKER__SESSION__SECRET=${CKAN_BEAKER_SESSION_SECRET}

CKAN___API_TOKEN__JWT__ENCODE__SECRET=${CKAN_BEAKER_SESSION_SECRET}
CKAN___API_TOKEN__JWT__DECODE__SECRET=${CKAN_BEAKER_SESSION_SECRET}

CKANEXT__SECURITY__DOMAIN=0.0.0.0
CKANEXT__SECURITY__REDIS__HOST=redis
CKANEXT__SECURITY__REDIS__PORT=6379
Expand All @@ -111,3 +115,6 @@ CKANEXT__SECURITY__LOGIN_MAX_COUNT=10
CKANEXT__SECURITY__BRUTE_FORCE_KEY=user_name
CKANEXT__SECURITY__DISABLE_PASSWORD_RESET_OVERRIDE=true
CKANEXT__SECURITY__MFA_HELP_LINK=http://0.0.0.0:5000/pages/mfa


CKAN__DATAPUSHER__API_TOKEN=${CKAN_DATAPUSHER_API_TOKEN}

0 comments on commit a2c6575

Please sign in to comment.