Skip to content

Commit

Permalink
config: modified rat token arg name.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and slint committed Feb 5, 2024
1 parent b8e6577 commit f6e6d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ RDM_PARENT_PERSISTENT_IDENTIFIERS = zenodo_providers.RDM_PARENT_PERSISTENT_IDENT


RDM_RESOURCE_ACCESS_TOKENS_ENABLED = True
RDM_RESOURCE_ACCESS_TOKEN_REQUEST_ARG = "token"
RDM_RESOURCE_ACCESS_TOKEN_REQUEST_ARG = "resource-token"
RDM_RESOURCE_ACCESS_TOKENS_SUBJECT_SCHEMA = RATSubjectSchema

# Invenio-Search
Expand Down

0 comments on commit f6e6d42

Please sign in to comment.