This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 21 files changed +163
-188
lines changed
javauploaddownload/configs
utils/moduleTemplate/configs Expand file tree Collapse file tree 21 files changed +163
-188
lines changed Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; development or production
3
- environment = production
4
+ ; environment (" development" or " production")
5
+ environment = " production"
4
6
; name of the application
5
- application.name = Midas Platform - Digital Archiving System
7
+ application.name = " Midas Platform - Digital Archiving System"
6
8
; description of the application
7
9
application.description =
8
- ; language of the application (en or fr )
9
- application.lang = en
10
- ; session lifetime (minute )
11
- session.lifetime = 20
12
- ; default assetstore
10
+ ; language of the application ("en" or "fr" )
11
+ application.lang = " en "
12
+ ; session lifetime (minutes )
13
+ session.lifetime = " 20 "
14
+ ; default asset store
13
15
defaultassetstore.id =
14
- ; default timezone
15
- default.timezone = America/New_York
16
+ ; default time zone
17
+ default.timezone = " America/New_York"
16
18
; default license
17
- defaultlicense = 1
19
+ defaultlicense = " 1 "
18
20
; enable dynamic help
19
- dynamichelp = 1
21
+ dynamichelp = " 1 "
20
22
; enable logging of every request
21
- logtrace = 0
23
+ logtrace = " 0 "
22
24
; entry for password prefix (dynamically generated at install time)
23
25
password.prefix =
24
26
; outbound HTTP proxy to be used by PHP (empty for none)
25
27
httpproxy =
26
28
; show debug toolbar
27
- debug_toolbar = 0
29
+ debug_toolbar = " 0 "
28
30
29
31
[module]
30
32
31
33
[production]
32
- ; Activate error reporting using Zend
33
- mode.debug = 0
34
- mode.test = 0
35
- ; Show native errors
36
- error.php = 0
37
34
38
35
[development]
39
- ; Activate error reporting using Zend
40
- mode.debug = 1
41
- mode.test = 0
42
- ; Show native errors
43
- error.php = 1
44
36
45
37
[testing]
46
- ; Activate error reporting using Zend
47
- mode.debug = 1
48
- mode.test = 1
49
- ; Show native errors
50
- error.php = 1
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
4
bootstrap.path = " ./core/Bootstrap.php"
3
5
bootstrap.class = " Bootstrap"
@@ -12,5 +14,6 @@ rest.formats[] = "xml"
12
14
rest.formats[] = " json"
13
15
rest.formats[] = " html"
14
16
rest.formats[] = " php"
17
+ uuid = " 67a81613-074d-4c9a-afb7-4613f3144a3d"
15
18
16
19
[testing]
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.0
4
- ; full name
5
- fullname = Batchmake
6
- ; description
7
- description = Will run a Batchmake pipeline, either locally or via Condor
8
- ; category
9
- category = SSP
4
+ fullname = " BatchMake"
5
+ description = " Run a BatchMake pipeline either locally or via Condor"
6
+ category = " Processing"
10
7
dependencies = api
8
+ uuid = " 290da3c9-2e57-4866-b727-645a47419dc5"
9
+ version = " 1.0.0"
11
10
12
11
batchmake.tmp_dir =
13
12
batchmake.bin_dir =
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.0
4
- ; full name
5
- fullname = Comments
6
- ; description
7
- description = Allows users to add comments to an item
8
- ; category
9
- category = Core
4
+ fullname = " Comments"
5
+ description = " Allow users to add comments to an item"
6
+ category = " Community"
7
+ uuid = " 250258e5-115b-42c0-933b-0a994bd5c1fb"
8
+ version = " 1.0.0"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.1
4
- ; full name
5
- fullname = Community Agreement
6
- ; description
7
- description = " Enables community agreement"
8
- ; category
9
- category = Core
4
+ fullname = " Community Agreement"
5
+ description = " Display a community agreement"
6
+ category = " Community"
7
+ uuid = " a975aba2-d8c0-4503-bd35-444078ebf206"
8
+ version = " 1.0.1"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.0
4
- ; full name
5
4
fullname = " DICOM Anonymizer"
6
- ; description
7
- description = " Anonymize DICOM files on the client side before upload"
8
- ; category
9
- category = DICOM
10
- ; dependencies
5
+ description = " Anonymize DICOM files on the client before upload"
6
+ category = " DICOM"
11
7
dependencies = dicomextractor,javauploaddownload
8
+ uuid = " 01d22cee-d0f7-4f20-9bc7-0f97ef2d4a7f"
9
+ version = " 1.0.0"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.1
4
- ; full name
5
- fullname = DICOM Server
6
- ; description
7
- description = Receive and upload DICOM files, also provide DICOM Query/Retrieve services
8
- ; category
9
- category = DICOM
10
- ; dependencies
4
+ fullname = " DICOM Server"
5
+ description = " Receive and upload DICOM files and provide DICOM query/retrieve services"
6
+ category = " DICOM"
11
7
dependencies = api,dicomextractor
8
+ uuid = " f850b92d-3f22-4560-bca6-dfbade51a181"
9
+ version = " 1.0.1"
12
10
13
11
; uploader DCMTK command
14
12
dcm2xml = " dcm2xml"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- ; version of the module
3
- version = 1.0.0
4
- ; full name
5
- fullname = Example
6
- ; description
7
- description = Example Module
8
- ; category
9
- category = Examples
10
- ; dependencies
4
+ fullname = " Example"
5
+ description = " Example module"
6
+ category = " Examples"
11
7
dependencies =
8
+ uuid = " ce38cd19-25d6-44fe-b683-6ea340872c41"
9
+ version = " 1.0.0"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- version = 1.0.0
3
- fullname = " Java Upload and Download Applet"
4
- description = " Enables a Java applet for uploading and downloading large files and folders"
5
- category = Core
4
+ fullname = " Upload and Download Applet"
5
+ description = " Enable a Java applet for uploading and downloading large files and folders"
6
+ category = " Core"
6
7
dependencies = api
8
+ uuid = " fa8287a4-552f-4e54-b990-e6f516c0f7ea"
9
+ version = " 1.0.0"
Original file line number Diff line number Diff line change
1
+ ; MIDAS Server. Copyright Kitware SAS. Licensed under the Apache License 2.0.
2
+
1
3
[global]
2
- version = 1.0.0
3
- fullname = Checksum Key Files
4
- description = Allows users to easily download checksum key files
5
- category = Core
6
- dependencies =
4
+ fullname = " Checksum Key Files "
5
+ description = " Allow users to download checksum key files "
6
+ category = " Core "
7
+ uuid = " 943ee72a-4a6b-4773-a397-f9148ddf723c "
8
+ version = " 1.0.0 "
You can’t perform that action at this time.
0 commit comments