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