This commit is contained in:
parent
f828ca4491
commit
cb51a4136f
167 changed files with 21485 additions and 21212 deletions
|
@ -1,4 +1,4 @@
|
|||
import Env from '@ioc:Adonis/Core/Env';
|
||||
import env from '#start/env';
|
||||
|
||||
interface OaiConfig {
|
||||
max: { listidentifiers: number; listrecords: number };
|
||||
|
@ -7,8 +7,8 @@ interface OaiConfig {
|
|||
}
|
||||
const config: OaiConfig = {
|
||||
max: {
|
||||
listidentifiers: parseInt(Env.get('OAI_LIST_SIZE', 100), 10),
|
||||
listrecords: parseInt(Env.get('OAI_LIST_SIZE', 100), 10),
|
||||
listidentifiers: parseInt(env.get('OAI_LIST_SIZE', 100), 10),
|
||||
listrecords: parseInt(env.get('OAI_LIST_SIZE', 100), 10),
|
||||
},
|
||||
workspacePath: 'workspace',
|
||||
redis: {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue