- add api methods for frontend
- change oai paging size inside config/oai.php to 100 - change .user.ini file upload size - change OIA RequestController for validations
This commit is contained in:
parent
3004e5bb9b
commit
25ea8d40e1
6 changed files with 87 additions and 16 deletions
|
@ -18,5 +18,6 @@ return [
|
|||
'datacite_test_service_url' => env('DATACITE_TEST_SERVICE_URL'),
|
||||
|
||||
'base_domain' => env('BASE_DOMAIN', 'https://tethys.at'),
|
||||
'test_base_domain' => env('TEST_BASE_DOMAIN')
|
||||
'test_base_domain' => env('TEST_BASE_DOMAIN'),
|
||||
'frontend' => env('FRONTEND', 'https://tethys.at')
|
||||
];
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue