repo config using enviroment variables instead of static strings

This commit is contained in:
Bernaldo Mihasi 2022-12-06 11:50:54 +02:00
parent 679354f699
commit b7e69d5fdf
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
storage.temp=
configuration.dataverse=dataverse.json
storage.temp=${DATAVERSE_TMP}
configuration.dataverse=${DATAVERSE_CONF}

View File

@ -1,2 +1,2 @@
configuration.doi_funder=DOI_Funder.json
configuration.zenodo=zenodo.json
configuration.zenodo=${ZENODO_CONF}