84 lines
1.5 KiB
JSON
84 lines
1.5 KiB
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": ""
|
|
},
|
|
"postRatePublish": {
|
|
"protocol": "amqp",
|
|
"hostname": "localhost",
|
|
"port": 5672,
|
|
"username": "",
|
|
"password": "",
|
|
"locale": "en_US",
|
|
"frameMax": 0,
|
|
"heartbeat": 0,
|
|
"vhost": "/",
|
|
"exchange": "postrate"
|
|
},
|
|
"deltaPublish": {
|
|
"protocol": "amqp",
|
|
"hostname": "localhost",
|
|
"port": 5672,
|
|
"username": "",
|
|
"password": "",
|
|
"locale": "en_US",
|
|
"frameMax": 0,
|
|
"heartbeat": 0,
|
|
"vhost": "/",
|
|
"exchange": "quoteupdate"
|
|
}
|
|
},
|
|
"c1export": {
|
|
"host": "localhost",
|
|
"domain": ""
|
|
}
|
|
}
|
|
}
|