-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathserver_test.json
34 lines (34 loc) · 1.18 KB
/
server_test.json
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
30
31
32
33
34
{
"uri":"mongodb://localhost:8230",
"dbname": "chess",
"dbcoll": "MetaTest",
"filesdburi": "sqlite3:///tmp/files.db",
"schemaFiles": [
"schemas/test.json",
"schemas/lite.json",
"schemas/ID4B.json",
"schemas/ID3A.json",
"schemas/ID1A3.json"
],
"port": 8212,
"schemaRenewInterval": 60,
"templates": "templates",
"jscripts": "js",
"styles": "css",
"images": "images",
"keytab": "../krb5.keytab",
"krb5Conf": "../krb5.conf",
"schemaSections": ["User", "Alignment", "DataLocations", "Beam", "Experiment", "Sample"],
"webSectionKeys": {
"User": ["Facility", "Cycle", "PI", "BTR", "Experimenters", "Beamline", "StaffScientist", "BeamlineFundingPartner"],
"Alignment": [],
"DataLocations": ["DataLocationRaw", "DataLocationMeta", "DataLocationReduced", "DataLocationScratch", "DataLocationBeamtimeNotes"],
"Beam": ["CESRCondtions"],
"Experiment": ["Detectors","ExperimentType","Technique"],
"Sample": ["SampleType","SampleName","Calibration"]
},
"realm": "CERN.CH",
"testMode": true,
"logFile": "/tmp/meta-data.log",
"verbose": 2
}