Skip to content

Commit

Permalink
Rolling back changes
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 12, 2024
1 parent a2c6575 commit 5d0f648
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docker/.env-ckan.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ CKAN_MAX_UPLOAD_SIZE_MB=${CKAN_MAX_UPLOAD_SIZE_MB}
DATASTORE_READONLY_USER=datastore
DATASTORE_READONLY_PASSWORD=datastore

CKAN_BEAKER_SESSION_SECRET=RIeHgKbiMu99qo98-i2kyjQxA
CKAN_DATAPUSHER_API_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJOTmNVRGpvVHpkTU9CT3NId3c0NWpWcDFHWlFfc19DWGVLdkhrZW0tY1ZnIiwiaWF0IjoxNzMzOTU1OTc3fQ.Izx7VqBNHV5OAAhseqRa20EPUjxVNgBua1kuIxZ_rpk
#CKAN_BEAKER_SESSION_SECRET=RIeHgKbiMu99qo98-i2kyjQxA
#CKAN_DATAPUSHER_API_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJOTmNVRGpvVHpkTU9CT3NId3c0NWpWcDFHWlFfc19DWGVLdkhrZW0tY1ZnIiwiaWF0IjoxNzMzOTU1OTc3fQ.Izx7VqBNHV5OAAhseqRa20EPUjxVNgBua1kuIxZ_rpk

#DB CONNECTION STRINGS
CKAN_DATASTORE_WRITE_URL=postgresql://${CKAN_DB_USER}:${CKAN_DB_PASSWORD}@db/datastore
Expand Down Expand Up @@ -101,10 +101,7 @@ CKAN___BEAKER__SESSION__TYPE=ext:redis
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}
#CKAN___BEAKER__SESSION__SECRET=${CKAN_BEAKER_SESSION_SECRET}

CKANEXT__SECURITY__DOMAIN=0.0.0.0
CKANEXT__SECURITY__REDIS__HOST=redis
Expand All @@ -116,5 +113,4 @@ 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}
#CKAN__DATAPUSHER__API_TOKEN=${CKAN_DATAPUSHER_API_TOKEN}

0 comments on commit 5d0f648

Please sign in to comment.