61 lines
929 B
JSON
61 lines
929 B
JSON
{
|
|
"name": "Liza Server",
|
|
"daemon": "../src/server/daemon/DevDaemon",
|
|
|
|
"pidfile": "",
|
|
|
|
"http": {
|
|
"port": 8822
|
|
},
|
|
|
|
"log": {
|
|
"priority": 10,
|
|
"access": {
|
|
"path": "/var/log/node/access.log"
|
|
},
|
|
"debug": {
|
|
"path": "/var/log/node/debug.log"
|
|
}
|
|
},
|
|
|
|
"skey": "",
|
|
|
|
"user": {
|
|
"session": {
|
|
"handler": {
|
|
"type": "php",
|
|
"cookie": "PHPSESSID"
|
|
},
|
|
"store": {
|
|
"type": "memcache",
|
|
"host": "localhost",
|
|
"port": 11211
|
|
}
|
|
}
|
|
},
|
|
|
|
"documentStore": {
|
|
"store": "mongodb",
|
|
"host": "localhost",
|
|
"port": 27017
|
|
},
|
|
|
|
"services": {
|
|
"rating": {
|
|
"process": {
|
|
"port": 5859,
|
|
"argv": "inherit"
|
|
},
|
|
"remote": {
|
|
"host": "localhost",
|
|
"domain": ""
|
|
},
|
|
"noResultsUrl": ""
|
|
},
|
|
"c1export": {
|
|
"host": "localhost",
|
|
"domain": ""
|
|
}
|
|
}
|
|
}
|