2012-08-02 01:27:59 +02:00
|
|
|
{
|
|
|
|
"database": {
|
|
|
|
"driver": "mysql",
|
2013-01-16 06:08:34 +01:00
|
|
|
"pdo": true,
|
2012-08-02 01:27:59 +02:00
|
|
|
"hostname": "localhost",
|
|
|
|
"username": "root",
|
|
|
|
"password": "",
|
|
|
|
"database": "team"
|
|
|
|
},
|
|
|
|
"locale": {
|
2012-08-02 01:37:34 +02:00
|
|
|
"path": "locales",
|
|
|
|
"extension": "lng",
|
2012-08-02 01:27:59 +02:00
|
|
|
"default_locale": "english",
|
|
|
|
"default_timezone": "Europe/Amsterdam"
|
|
|
|
},
|
|
|
|
"memcache": {
|
|
|
|
"enabled": true,
|
|
|
|
"compressed": true,
|
|
|
|
"hostname": "localhost",
|
|
|
|
"port": 11211
|
|
|
|
},
|
|
|
|
"class_map": {
|
2013-01-16 06:10:53 +01:00
|
|
|
"user": "User",
|
|
|
|
"interestgroup": "InterestGroup",
|
|
|
|
"project": "Project",
|
|
|
|
"repository": "Repository",
|
|
|
|
"ticket": "Ticket",
|
|
|
|
"tickettag": "TicketTag",
|
|
|
|
"ticketmessage": "TicketMessage",
|
|
|
|
"ticketattachment": "TicketAttachment",
|
|
|
|
"logentry": "LogEntry"
|
2012-08-02 01:27:59 +02:00
|
|
|
},
|
|
|
|
"components": [
|
|
|
|
"router",
|
|
|
|
"errorhandler"
|
|
|
|
]
|
|
|
|
}
|