repo config using enviroment variables instead of static strings
This commit is contained in:
parent
679354f699
commit
b7e69d5fdf
|
@ -1,2 +1,2 @@
|
|||
storage.temp=
|
||||
configuration.dataverse=dataverse.json
|
||||
storage.temp=${DATAVERSE_TMP}
|
||||
configuration.dataverse=${DATAVERSE_CONF}
|
|
@ -1,2 +1,2 @@
|
|||
configuration.doi_funder=DOI_Funder.json
|
||||
configuration.zenodo=zenodo.json
|
||||
configuration.zenodo=${ZENODO_CONF}
|
||||
|
|
Loading…
Reference in New Issue