This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +36
-36
lines changed Expand file tree Collapse file tree 2 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 1
1
[global]
2
2
; development or production
3
- environment = development
3
+ environment = development
4
4
; name of the application
5
- application.name = MIDAS - Digital Archiving System
5
+ application.name = MIDAS - Digital Archiving System
6
6
; description of the application
7
- application.description =
7
+ application.description =
8
8
; keywords of the application
9
- application.keywords = upload, manage, share
9
+ application.keywords = upload, manage, share
10
10
; language of the application (en or fr)
11
- application.lang = en
11
+ application.lang = en
12
12
; Optimize JS and CSS
13
- smartoptimizer =1
13
+ smartoptimizer = 0
14
14
; Session lifetime (minute)
15
- session.lifetime = 20
15
+ session.lifetime = 20
16
16
; Path to md5sum
17
- md5sum.path =
17
+ md5sum.path =
18
18
; Default Assetstore
19
- defaultassetstore.id =
19
+ defaultassetstore.id =
20
20
; DefaultTimezone
21
- default.timezone = America/New_York
21
+ default.timezone = America/New_York
22
22
; Processing onthefly or cron
23
- processing = onthefly
23
+ processing = onthefly
24
24
; Default license
25
- defaultlicense = 1
26
- ; Demo Mode (only works with MySql )
27
- demomode = 0
25
+ defaultlicense = 1
26
+ ; Demo Mode (only works with MySQL )
27
+ demomode = 0
28
28
; Enable Dynamic help
29
- dynamichelp = 1
29
+ dynamichelp = 1
30
30
; Enable logging of every Midas request
31
- logtrace = 0
31
+ logtrace = 0
32
32
; Entry for password prefix (dynamically generated at install time)
33
- password.prefix =
33
+ password.prefix =
34
34
; Outbound HTTP proxy to be used by PHP (empty for none)
35
- httpproxy =
35
+ httpproxy =
36
36
37
37
38
38
[module]
39
39
40
40
[production]
41
41
; Activate error reporting using Zend
42
- mode.debug = 0
43
- mode.test = 0
42
+ mode.debug = 0
43
+ mode.test = 0
44
44
; Show native errors
45
- error.php = 0
45
+ error.php = 0
46
46
47
47
[development]
48
48
; Activate error reporting using Zend
49
- mode.debug = 1
50
- mode.test = 0
49
+ mode.debug = 1
50
+ mode.test = 0
51
51
; Show native errors
52
- error.php = 1
52
+ error.php = 1
53
53
54
54
55
55
[testing]
56
56
; Activate error reporting using Zend
57
- mode.debug = 1
58
- mode.test = 1
57
+ mode.debug = 1
58
+ mode.test = 1
59
59
; Show native errors
60
- error.php = 1
60
+ error.php = 1
Original file line number Diff line number Diff line change 1
1
[production]
2
- database.type = pdo
3
- database.profiler = 0
4
- database.adapter = PDO_MYSQL
2
+ database.type = pdo
3
+ database.profiler = 0
4
+ database.adapter = Pdo_Mysql
5
5
database.params.host = localhost
6
6
database.params.port = 3306
7
7
database.params.username = root
8
8
database.params.password = set_your_password
9
9
database.params.dbname = midas3
10
10
11
11
[development]
12
- database.type = pdo
13
- database.profiler = 1
14
- database.adapter = PDO_MYSQL
12
+ database.type = pdo
13
+ database.profiler = 1
14
+ database.adapter = Pdo_Mysql
15
15
database.params.host = localhost
16
16
database.params.port = 3306
17
17
database.params.username = root
18
18
database.params.password = set_your_password
19
19
database.params.dbname = midas3
20
20
21
21
[testing]
22
- database.type = pdo
23
- database.profiler = 1
24
- database.adapter = PDO_MYSQL
22
+ database.type = pdo
23
+ database.profiler = 1
24
+ database.adapter = Pdo_Mysql
25
25
database.params.host = localhost
26
26
database.params.port = 3306
27
27
database.params.username = root
You can’t perform that action at this time.
0 commit comments