You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
635 B
JSON
37 lines
635 B
JSON
{
|
|
"database": {
|
|
"driver": "mysql",
|
|
"pdo": "true",
|
|
"hostname": "localhost",
|
|
"username": "root",
|
|
"password": "",
|
|
"database": "cvm"
|
|
},
|
|
"locale": {
|
|
"path": "locales",
|
|
"extension": "lng",
|
|
"default_locale": "english",
|
|
"default_timezone": "Europe/Amsterdam"
|
|
},
|
|
"memcache": {
|
|
"enabled": true,
|
|
"compressed": true,
|
|
"hostname": "localhost",
|
|
"port": 11211
|
|
},
|
|
"class_map": {
|
|
"user": "User",
|
|
"node": "Node",
|
|
"container": "Container",
|
|
"template": "Template"
|
|
},
|
|
"components": [
|
|
"router",
|
|
"errorhandler"
|
|
],
|
|
"authentication": {
|
|
"salt": "abcdef",
|
|
"session_length": 2592000
|
|
}
|
|
}
|