repojar conf

This commit is contained in:
Diamantis Tziotzios 2023-01-17 09:54:16 +02:00
parent 4dccaa93b8
commit 26bd59de21
2 changed files with 21 additions and 0 deletions

9
repo-jars/dataverse.json Normal file
View File

@ -0,0 +1,9 @@
{
"depositType": 0,
"repositoryId": "Dataverse",
"apiToken": "",
"repositoryUrl": "https://demo.dataverse.org/api/",
"repositoryRecordUrl": "https://demo.dataverse.org/dataset.xhtml?persistentId=doi:",
"server": "https://demo.dataverse.org",
"parentDataverseAlias": "test1000"
}

12
repo-jars/zenodo.json Normal file
View File

@ -0,0 +1,12 @@
{
"depositType": 2,
"repositoryId": "Zenodo",
"accessToken": "",
"repositoryUrl": "https://sandbox.zenodo.org/api/",
"repositoryAuthorizationUrl": "https://sandbox.zenodo.org/oauth/authorize",
"repositoryRecordUrl": "https://sandbox.zenodo.org/record/",
"repositoryAccessTokenUrl": "https://sandbox.zenodo.org/oauth/token",
"repositoryClientId": "",
"repositoryClientSecret": "",
"redirectUri": "http://localhost:4200/login/external/zenodo"
}