forked from TomZastrow/reptor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
executable file
·29 lines (21 loc) · 967 Bytes
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
global $config;
$config['dataTypeRegistry'] = "http://dtr.pidconsortium.eu:8081/objects/";
$config['namePIDFile'] = "pid.txt";
$config['nameMetadataText'] = "metadata.txt";
$config['namesDataTypes'] = "metadata.types";
$config['nameDCFile'] = "metadata.dc";
$config['nameTacoProperties'] = "metadata.properties";
$config['nameCollectionItems'] = "members.json";
$config['nameCollectionMetadata'] = "collection.json";
$config['template'] = "default";
$config['showEvaluation']=true;
$config['showAdminLogin']=true;
$config['shortrefUrl'] = 'https://lindat.mff.cuni.cz/services/shortener/api/v1/handles';
$config['showColletionItemsAsLinks'] = true;
$config['showMissingParts']=false;
$config['repositoryTitle'] = "RDA Data Repository";
$config['repositoryEmail'] = "[email protected]";
$config['repositoryIdentifier'] = "shortref.org";
$config['showFacebookLikeButton'] = true;
$config['showTwitterButton'] = true;