Skip to content

Commit

Permalink
Set CKAN_DATAPUSHER_API_TOKEN in .env-ckan.env
Browse files Browse the repository at this point in the history
  • Loading branch information
twdbben committed Dec 11, 2024
1 parent ac49cf8 commit 428d4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env-ckan.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ DATASTORE_READONLY_USER=datastore
DATASTORE_READONLY_PASSWORD=datastore

CKAN_BEAKER_SESSION_SECRET=RIeHgKbiMu99qo98-i2kyjQxA
#CKAN_DATAPUSHER_API_TOKEN=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJqdGkiOiJOTmNVRGpvVHpkTU9CT3NId3c0NWpWcDFHWlFfc19DWGVLdkhrZW0tY1ZnIiwiaWF0IjoxNzMzOTU1OTc3fQ.Izx7VqBNHV5OAAhseqRa20EPUjxVNgBua1kuIxZ_rpk
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

0 comments on commit 428d4b6

Please sign in to comment.