-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapplication.ini
More file actions
30 lines (24 loc) · 836 Bytes
/
application.ini
File metadata and controls
30 lines (24 loc) · 836 Bytes
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
[yaf]
;APPLICATION_PATH is the constant defined in index.php
application.directory=APPLICATION_PATH "/application/"
;prod section inherit from yaf section
[product:yaf]
;errors (see Bootstrap::initErrors)
application.showErrors=1
;enable the error controller
application.dispatcher.catchException=1
;database
database.params.host = localhost
database.params.port = 3306
database.params.dbname = "ec-prod-ws"
database.params.username = "ec-prod-ws"
database.params.password = "SVDcfQw!3q5vFGKsc!"
;devel section inherit from yaf section
[devel:product]
;errors (see Bootstrap::initErrors)
application.showErrors=1
database.params.host = localhost
database.params.port = 3306
database.params.dbname = "ec-demo-ws"
database.params.username = "ec-demo-ws"
database.params.password = "QajlXR!iHFKx!08Ujb"