sadira
Version:
Web framework
23 lines (18 loc) • 405 B
Plain Text
{
"https_port": 8888,
"http_port": 9999,
"websocket" : true,
"webrtc" : false,
"dialogs" : [{"file" : "/dialogs/fits.js"}],
"handlers" : [ {
"file" : "../node-gloria-dbms/handlers/gloria_get_handlers.js",
"opts" : {
"sql_server_opts" : {
"host" : "localhost",
"user" : "uuuuu",
"password" : "pppppp",
"database" : "gloriadb"
}
}
}]
}