UNPKG

pomelo-http-plugin

Version:
28 lines 521 B
{ "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 } } }