We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3fa4ad + 1bd125f commit 67d62e2Copy full SHA for 67d62e2
.env
@@ -72,6 +72,8 @@ CKAN__AUTH__CREATE_USER_VIA_WEB=false
72
CKAN__AUTH__ROLES_THAT_CASCADE_TO_SUB_GROUPS=admin
73
CKAN__AUTH__PUBLIC_USER_DETAILS=false
74
75
+CKAN___APITOKEN_HEADER_NAME=Authorization
76
+
77
# Xloader Settings
78
# Even though datapusher is ignored, we still have to include a URL in the config?
79
CKAN__DATAPUSHER__URL=http://empty.com
config/ckan.ini
@@ -120,6 +120,8 @@ ckan.auth.create_user_via_web = false
120
ckan.auth.roles_that_cascade_to_sub_groups = admin
121
ckan.auth.public_user_details = false
122
123
+apitoken_header_name = Authorization
124
125
## Search Settings
126
#ckan.site_id = $CKAN_SITE_ID
127
#solr_url = $CKAN_SOLR_URL
0 commit comments