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
684 B
Plaintext
37 lines
684 B
Plaintext
{
|
|
"database": {
|
|
"driver": "mysql",
|
|
"hostname": "localhost",
|
|
"username": "root",
|
|
"password": "",
|
|
"database": "openng"
|
|
},
|
|
"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",
|
|
"nodetype": "NodeType",
|
|
"node": "Node",
|
|
"relationshiptype": "RelationshipType",
|
|
"relationship": "Relationship",
|
|
"propertytype": "PropertyType",
|
|
"property": "Property"
|
|
},
|
|
"components": [
|
|
"router",
|
|
"errorhandler"
|
|
],
|
|
"autoloader": true,
|
|
"salt": "abcdef"
|
|
}
|