Skip to content

Commit

Permalink
Add the token in example
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-mahajan authored Apr 4, 2024
1 parent 773495b commit 886a36f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ CKAN_DATAPUSHER_URL=http://datapusher:8800/
CKAN_DATAPUSHER_CALLBACK_URL_BASE=http://localhost:5000/
DATAPUSHER_SQLALCHEMY_DATABASE_URI=postgresql://ckan:ckan@db/ckan
DATAPUSHER_SSL_VERIFY=False
CKAN__DATAPUSHER__API_TOKEN=<replace_with_actual_user_token>

TEST_CKAN_SOLR_URL=http://solr:8983/solr/ckan
TEST_CKAN_REDIS_URL=redis://redis:6379/1
Expand Down Expand Up @@ -79,4 +80,4 @@ CKAN__DEFAULT_ORG_FOR_NEW_USER=510
CKAN__DEFAULT_ROLE_FOR_NEW_USER=editor

CKAN__AZURE_SUBSCRIPTION_ID=test
CKAN__AZURE_RESOURCE_GROUP_NAME=test
CKAN__AZURE_RESOURCE_GROUP_NAME=test

0 comments on commit 886a36f

Please sign in to comment.