Initial commit
This commit is contained in:
16
Backend/dist/Integrations/buildin/moorentv/integration.js
vendored
Normal file
16
Backend/dist/Integrations/buildin/moorentv/integration.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
exports.__esModule = true;
|
||||
module.exports = {
|
||||
name: "Mooren TV",
|
||||
description: "Mooren TV Multiplay game system",
|
||||
main: require('./main'),
|
||||
connections: [
|
||||
{
|
||||
name: "MoorenTV Instance", type: "moorentv", fields: [
|
||||
{ id: 'serverAddress', name: "Server Address", type: "text", value: "0.0.0.0" },
|
||||
{ id: 'serverPort', name: "Server Port", type: "number", value: "9090" },
|
||||
{ id: 'adminPass', name: "Server Admin Pass", type: "text", value: "" },
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
//# sourceMappingURL=integration.js.map
|
||||
Reference in New Issue
Block a user