mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Added github integrations
This commit is contained in:
@@ -114,6 +114,13 @@ services:
|
|||||||
"consumer_secret": "${INVENIO_ORCID_CLIENT_SECRET}"
|
"consumer_secret": "${INVENIO_ORCID_CLIENT_SECRET}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Github configuration
|
||||||
|
- |
|
||||||
|
INVENIO_GITHUB_APP_CREDENTIALS={
|
||||||
|
"consumer_key": "${INVENIO_GITHUB_CLIENT_ID}",
|
||||||
|
"consumer_secret": "${INVENIO_GITHUB_CLIENT_SECRET}"
|
||||||
|
}
|
||||||
|
|
||||||
# Invenio-Search
|
# Invenio-Search
|
||||||
- INVENIO_SEARCH_HOSTS=${INVENIO_SEARCH_HOSTS:-['search:9200']}
|
- INVENIO_SEARCH_HOSTS=${INVENIO_SEARCH_HOSTS:-['search:9200']}
|
||||||
- INVENIO_SEARCH_INDEX_PREFIX=${INVENIO_SEARCH_INDEX_PREFIX:-invenio-rdm-}
|
- INVENIO_SEARCH_INDEX_PREFIX=${INVENIO_SEARCH_INDEX_PREFIX:-invenio-rdm-}
|
||||||
|
|||||||
Reference in New Issue
Block a user