mirror of
https://github.com/wu736139669/ASHEBShop-h5.git
synced 2026-08-05 05:55:36 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
exports.config = {
|
|
server_opts: {
|
|
sockjs_url: 'http://localhost:8080/lib/sockjs.js',
|
|
websocket: true
|
|
},
|
|
|
|
port: 8081,
|
|
host: '0.0.0.0'
|
|
};
|