mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 07:31:11 +00:00
8 lines
124 B
JavaScript
8 lines
124 B
JavaScript
module.exports = {
|
|
root: {
|
|
options: {
|
|
keepalive: true,
|
|
hostname: '*'
|
|
}
|
|
}
|
|
};
|