Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
configMC.ts 2.35 KiB
export default {
    agldtTreebankUrl: 'https://perseusdl.github.io/treebank_data/',
    backendApiCorporaPath: 'corpora',
    backendApiExerciseListPath: 'exerciseList',
    backendApiExercisePath: 'exercise',
    backendApiFilePath: 'file',
    backendApiFrequencyPath: 'frequency',
    backendApiH5pPath: 'h5p',
    backendApiKwicPath: 'kwic',
    backendApiRawtextPath: 'rawtext',
    backendApiValidReffPath: 'validReff',
    backendApiVectorNetworkPath: 'vectorNetwork',
    backendApiVocabularyPath: 'vocabulary',
    backendBaseApiPath: '/mc-service/mc/api/v1.0',
    backendBaseUrl: '',
    bambergCoreVocabularyUrl: 'https://www.ccbuchner.de/reihe-0-0/adeo-53/',
    callidusProjectUrl: 'https://www.projekte.hu-berlin.de/de/callidus',
    developerMailTo: 'mailto:sulzkons@hu-berlin.de',
    frontendBaseUrl: '',
    frontendExercisePage: 'exercise',
    intervalCorporaUpdate: 1209600000,
    localStorageKeyApplicationState: 'mc/applicationState',
    localStorageKeyCorpora: 'mc/corpora',
    localStorageKeyH5P: 'mc/h5p',
    localStorageKeyUpdateInfo: 'mc/updateInfo_v2',
    machinaCallidaConceptUrl: 'https://www.projekte.hu-berlin.de/de/callidus/machina-callida',
    machinaCallidaSourceCodeUrl: 'https://scm.cms.hu-berlin.de/callidus/machina-callida',
    maxTextLength: 0,
    menuId: 'mc-menu',
    pageUrlAuthor: '/author',
    pageUrlAuthorDetail: '/author-detail',
    pageUrlDocExercises: '/doc-exercises',
    pageUrlDocSoftware: '/doc-software',
    pageUrlDocVocUnit: '/doc-voc-unit',
    pageUrlEmbed: '/embed',
    pageUrlExerciseList: '/exercise-list',
    pageUrlExerciseParameters: '/exercise-parameters',
    pageUrlHome: '/home',
    pageUrlImprint: '/imprint',
    pageUrlInfo: '/info',
    pageUrlKwic: '/kwic',
    pageUrlPreview: '/preview',
    pageUrlRanking: '/ranking',
    pageUrlShowText: '/show-text',
    pageUrlSemantics: '/semantics',
    pageUrlSources: '/sources',
    pageUrlTest: '/test',
    pageUrlTextRange: '/text-range',
    pageUrlVocabularyCheck: '/vocabulary-check',
    perseidsCTSapiBaseUrl: 'https://cts.perseids.org/api/cts?request=',
    perseidsCTSapiGetCapabilities: 'GetCapabilities',
    perseidsCTSapiGetValidReff: 'GetValidReff',
    perseidsCTSapiUrnSnippet: '&urn=',
    proielProjectUrl: 'https://proiel.github.io/',
    vivaURN: 'urn:custom:latinLit:viva.lat',
    xAPIverbIDanswered: 'http://adlnet.gov/expapi/verbs/answered',
};