Skip to content
Snippets Groups Projects
Verified Commit 11dc716d authored by Martin Weise's avatar Martin Weise
Browse files

Hotfix the DOI url in the frontend

parent f1185cbb
No related branches found
No related tags found
1 merge request!163Relase 1.3.0
......@@ -16,5 +16,6 @@ config.tokenMax = process.env.TOKEN_MAX || 5
config.elasticPassword = process.env.ELASTIC_PASSWORD || 'elastic'
config.clientSecret = process.env.DBREPO_CLIENT_SECRET || 'MUwRc7yfXSJwX8AdRMWaQC3Nep1VjwgG'
config.defaultPublisher = process.env.DEFAULT_PID_PUBLISHER || 'Technische Universität Wien'
config.doiUrl = process.env.DOI_URL || 'https://doi.org'
module.exports = config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment