pomelo-http-plugin
Version:
Wrap express module as pomelo http plugin.
28 lines • 521 B
JSON
{
"development": {
"gamehttps": {
"useSSL": true,
"keyFile": "config/key.pem",
"certFile": "config/cert.pem",
"host": "127.0.0.1",
"port": 3001
},
"gamehttp": {
"host": "127.0.0.1",
"port": 3002
}
},
"production": {
"gamehttps": {
"useSSL": true,
"keyFile": "config/key.pem",
"certFile": "config/cert.pem",
"host": "127.0.0.1",
"port": 3001
},
"gamehttp": {
"host": "127.0.0.1",
"port": 3002
}
}
}