- DOI implementation wit unit testing
This commit is contained in:
parent
7f9bd089b1
commit
9b6a6469d7
20 changed files with 2128 additions and 360 deletions
13
config/tethys.php
Normal file
13
config/tethys.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
return [
|
||||
'repoid' => 3156505,
|
||||
'ccBaseuri' => 'https://creativecommons.org/licenses/|/3.0/',
|
||||
'datacite_username' => env('DATACITE_USERNAME'),
|
||||
// 'datacite_test_username' => env('DATACITE_TEST_USERNAME'),
|
||||
'datacite_password' => env('DATACITE_PASSWORD'),
|
||||
// 'datacite_test_password' => env('DATACITE_TEST_PASSWORD'),
|
||||
'datacite_service_url' => env('DATACITE_SERVICE_URL'),
|
||||
// 'datacite_test_service_url' => env('DATACITE_TEST_SERVICE_URL'),
|
||||
'datacite_prefix' => env('DATACITE_PREFIX'),
|
||||
'base_domain' => 'https://www.tethys.at/',
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue